Merge pull request #21 from wujiantao123/main

"skipLibCheck": true
This commit is contained in:
草鞋没号 2022-03-03 10:12:44 +08:00 committed by GitHub
commit e9a2ce8956
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
"useDefineForClassFields": true,
"lib": ["DOM", "DOM.Iterable", "ESNext"],
"allowJs": false,
"skipLibCheck": false,
"skipLibCheck": true,
"esModuleInterop": false,
"allowSyntheticDefaultImports": true,
"strict": true,