We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
skipLibCheck
1 parent a599c9d commit a0167c1Copy full SHA for a0167c1
tsconfig.json
@@ -13,6 +13,7 @@
13
"strict": true,
14
"declaration": true,
15
"declarationMap": true,
16
- "moduleResolution": "bundler"
+ "moduleResolution": "bundler",
17
+ "skipLibCheck": true
18
}
19
0 commit comments