Skip to content

Commit eecabea

Browse files
committed
chore: remove unused types from tsconfig.json files across multiple packages
1 parent 5a1973e commit eecabea

File tree

5 files changed

+0
-5
lines changed

5 files changed

+0
-5
lines changed

packages/context/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"outDir": "dist",
66
"emitDeclarationOnly": true,
77
"composite": true,
8-
"types": ["@alwatr/nano-build", "@alwatr/type-helper"]
98
},
109
"include": ["src/**/*.ts"],
1110
"references": [{"path": "../observable"}],

packages/fsm/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"outDir": "dist",
66
"emitDeclarationOnly": true,
77
"composite": true,
8-
"types": ["@alwatr/nano-build", "@alwatr/type-helper"]
98
},
109
"include": ["src/**/*.ts"],
1110
"references": [{"path": "../observable"}],

packages/observable/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"outDir": "dist",
66
"emitDeclarationOnly": true,
77
"composite": true,
8-
"types": ["@alwatr/nano-build", "@alwatr/type-helper"]
98
},
109
"include": ["src/**/*.ts"],
1110
"references": [],

packages/remote-context/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"outDir": "dist",
66
"emitDeclarationOnly": true,
77
"composite": true,
8-
"types": ["@alwatr/nano-build", "@alwatr/type-helper"]
98
},
109
"include": ["src/**/*.ts"],
1110
"references": [{"path": "../fetch-state-machine"}]

packages/signal/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"outDir": "dist",
66
"emitDeclarationOnly": true,
77
"composite": true,
8-
"types": ["@alwatr/nano-build", "@alwatr/type-helper"]
98
},
109
"include": ["src/**/*.ts"],
1110
"references": [{"path": "../observable"}],

0 commit comments

Comments
 (0)