chore: tsconfig: skip Lib Check
This commit is contained in:
parent
dd5e46a8a7
commit
ae25ade318
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
"useDefineForClassFields": true,
|
||||
"lib": ["DOM", "DOM.Iterable", "ESNext"],
|
||||
"allowJs": false,
|
||||
"skipLibCheck": false,
|
||||
"skipLibCheck": true,
|
||||
"esModuleInterop": false,
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"strict": true,
|
||||
|
|
Loading…
Add table
Reference in a new issue