This commit is contained in:
liu
2026-07-01 22:56:51 +08:00
parent 66401507bf
commit f992590c70
+2 -2
View File
@@ -9,8 +9,8 @@
"noImplicitAny": false, "noImplicitAny": false,
"allowSyntheticDefaultImports": true, "allowSyntheticDefaultImports": true,
"outDir": "lib", "outDir": "lib",
"noUnusedLocals": true, "noUnusedLocals": false,
"noUnusedParameters": true, "noUnusedParameters": false,
"strictNullChecks": true, "strictNullChecks": true,
"sourceMap": true, "sourceMap": true,
"baseUrl": ".", "baseUrl": ".",