Add skipLibCheck to tsconfig
This commit is contained in:
parent
0ac389e076
commit
7d8417658f
|
@ -8,19 +8,15 @@
|
|||
"target": "ES6",
|
||||
"declaration": true,
|
||||
"esModuleInterop": true,
|
||||
"lib": [
|
||||
"ES6",
|
||||
"ESNext"
|
||||
],
|
||||
"lib": ["ES6", "ESNext"],
|
||||
"outDir": "lib",
|
||||
"checkJs": true,
|
||||
"allowJs": true,
|
||||
"declarationDir": "@types",
|
||||
"resolveJsonModule": true,
|
||||
"sourceMap": true
|
||||
"sourceMap": true,
|
||||
"skipLibCheck": true
|
||||
},
|
||||
"include":[
|
||||
"src/**/*"
|
||||
],
|
||||
"include": ["src/**/*"],
|
||||
"exclude": ["src/**/*.test.ts"]
|
||||
}
|
Loading…
Reference in New Issue
Block a user