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 1e4442c commit 5592cdaCopy full SHA for 5592cda
1 file changed
tsconfig.spec.json
@@ -6,6 +6,9 @@
6
"module": "commonjs",
7
8
"strict": true,
9
+ "esModuleInterop": true,
10
+ "forceConsistentCasingInFileNames": true,
11
+ "suppressImplicitAnyIndexErrors": true,
12
"declaration": false
13
},
14
"include": [
0 commit comments