tsconfig.json --skipLibCheck

This commit is contained in:
草鞋没号 2022-01-17 18:11:08 +08:00
parent 5f1ae08122
commit 3ba6c58145

View File

@ -11,6 +11,7 @@
"baseUrl": "./",
"strict": true,
"paths": {},
"allowSyntheticDefaultImports": true
"allowSyntheticDefaultImports": true,
"skipLibCheck": true
}
}