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.
skipLibCheck
1 parent 2372fd3 commit 53aa8b7Copy full SHA for 53aa8b7
1 file changed
tsconfig.json
@@ -7,7 +7,8 @@
7
"emitDeclarationOnly": true,
8
"outDir": "types",
9
"noImplicitAny": false,
10
- "allowJs": false
+ "allowJs": false,
11
+ "skipLibCheck": true
12
},
13
"include": [
14
"src/*.ts"
0 commit comments