修复任务管理创建视图 placeholder,更新 npm 包

This commit is contained in:
whyour
2023-09-15 21:27:53 +08:00
parent 0511a4af0d
commit 042d7d3b8e
13 changed files with 101 additions and 103 deletions
+3 -8
View File
@@ -1,8 +1,8 @@
{
"compilerOptions": {
"target": "es2017",
"module": "commonjs",
"moduleResolution": "node",
"target": "ESNext",
"module": "ES2015",
"moduleResolution": "Bundler",
"importHelpers": true,
"jsx": "react-jsx",
"esModuleInterop": true,
@@ -14,11 +14,6 @@
"@@/*": ["src/.umi/*"]
},
"lib": ["dom", "es2021", "esnext.asynciterable"],
"typeRoots": [
"./node_modules/@types",
"./back/types",
"./node_modules/celebrate/lib/index.d.ts"
],
"allowSyntheticDefaultImports": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,