We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent feb11ab commit 22e5739Copy full SHA for 22e5739
tsconfig.dev.json
@@ -0,0 +1,6 @@
1
+// TODO This should eventually end up as the tsconfig for a dev-utils package
2
+{
3
+ "extends": "./tsconfig.json",
4
+
5
+ "include": ["**/scripts/**/*.ts"],
6
+}
tsconfig.json
@@ -1,10 +1,6 @@
{
"extends": "./packages/typescript/tsconfig.json",
- // include scripts here because their TS config isn't package-specific, and they need to be included in a tsconfig
- // file to be linted
- "include": ["**/scripts/**/*.ts"],
7
-
8
"compilerOptions": {
9
// TODO: turn these on once we switch to only generating types once, using `tsconfig.types.json`
10
// "declaration": false,
0 commit comments