Add skipLibCheck to tsconfig.json
This commit is contained in:
parent
5a128835b6
commit
b7662bcaf5
@ -7,7 +7,8 @@
|
||||
"strict": false,
|
||||
"esModuleInterop": true,
|
||||
"preserveWatchOutput": true,
|
||||
"forceConsistentCasingInFileNames": true
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"skipLibCheck": true
|
||||
},
|
||||
"include": ["./src"],
|
||||
"exclude": ["node_modules"]
|
||||
|
Loading…
Reference in New Issue
Block a user