保存进度!
This commit is contained in:
@@ -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": [
|
||||
|
Reference in New Issue
Block a user