保存进度!

This commit is contained in:
2023-03-31 19:53:12 +08:00
parent 1b37ae5c97
commit 6d24626478
6 changed files with 11 additions and 7 deletions

View File

@@ -11,8 +11,8 @@
"compilerOptions": {
"forceConsistentCasingInFileNames": true,
"useDefineForClassFields": true,
"target": "ESNext",
"module": "ESNext",
"target": "ES2015",
"module": "ES2015",
"moduleResolution": "node",
"strict": true,
"jsx": "preserve",
@@ -26,7 +26,7 @@
],
},
"lib": [
"ESNext",
"ES2015",
"DOM"
],
"types": [