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 ed81d0e commit 6451823Copy full SHA for 6451823
tsconfig.json
@@ -5,7 +5,8 @@
5
"lib": ["es2018"],
6
"noImplicitAny": true,
7
"preserveConstEnums": true,
8
- "noEmit": true
+ "noEmit": true,
9
+ "skipLibCheck": true
10
},
11
"include": ["src", "test"],
12
"exclude": ["node_modules"]
0 commit comments