We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de03483 commit d364085Copy full SHA for d364085
1 file changed
jsconfig.json
@@ -0,0 +1,12 @@
1
+{
2
+ "compilerOptions": {
3
+ "target": "esnext",
4
+ "module": "esnext",
5
+ "moduleResolution": "bundler",
6
+ "forceConsistentCasingInFileNames": true,
7
+ "checkJs": true,
8
+ "strict": true,
9
+ "noEmit": true
10
+ },
11
+ "exclude": ["node_modules", "dist", "temp"]
12
+}
0 commit comments