We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1602665 commit fa66cb3Copy full SHA for fa66cb3
packages/tasks-gen/tsconfig.json
@@ -0,0 +1,21 @@
1
+{
2
+ "compilerOptions": {
3
+ "allowSyntheticDefaultImports": true,
4
+ "lib": ["ES2022", "DOM"],
5
+ "module": "NodeNext",
6
+ "target": "ESNext",
7
+ "moduleResolution": "nodenext",
8
+ "forceConsistentCasingInFileNames": true,
9
+ "strict": true,
10
+ "noImplicitAny": true,
11
+ "strictNullChecks": true,
12
+ "skipLibCheck": true,
13
+ "noImplicitOverride": true,
14
+ "outDir": "./dist",
15
+ "declaration": true,
16
+ "declarationMap": true,
17
+ "types": ["vitest/importMeta"]
18
+ },
19
+ "include": ["scripts"],
20
+ "exclude": ["dist"]
21
+}
0 commit comments