We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 382f86b commit de9fb9dCopy full SHA for de9fb9d
test/tsconfig.json
@@ -0,0 +1,15 @@
1
+{
2
+ "compilerOptions": {
3
+ "target": "es2020",
4
+ "module": "esnext",
5
+ "strict": true,
6
+ "esModuleInterop": true,
7
+ "moduleResolution": "node",
8
+ "skipLibCheck": true,
9
+ "noUnusedLocals": true,
10
+ "noImplicitAny": true,
11
+ "allowJs": true,
12
+ "resolveJsonModule": true
13
+ },
14
+ "exclude": ["fixtures"]
15
+}
tsconfig.json
@@ -11,5 +11,5 @@
"allowJs": true,
"resolveJsonModule": true
},
- "exclude": ["dist", "test/fixtures"]
+ "include": ["src", "*.ts"]
}
0 commit comments