保存进度!

This commit is contained in:
2023-03-08 00:56:38 +08:00
parent 330f5fa1e4
commit 3313414c70
4 changed files with 84 additions and 9 deletions

View File

@@ -12,10 +12,8 @@
"forceConsistentCasingInFileNames": true,
"useDefineForClassFields": true,
"target": "ESNext",
// "module": "ESNext",
"module": "CommonJS",
"moduleResolution": "node",
// "moduleResolution": "nodenext",
"strict": true,
"jsx": "preserve",
"sourceMap": true,