We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff0b156 commit 913f524Copy full SHA for 913f524
1 file changed
tsconfig.json
@@ -2,9 +2,10 @@
2
"compilerOptions": {
3
"esModuleInterop": true,
4
"noEmit": true,
5
- "strict": true
+ "strict": true,
6
+ "allowJs": true
7
},
8
"exclude": [
9
"**/node_modules"
10
]
-}
11
+}
0 commit comments