fix: 前端tsconfig ignoreDeprecations移入compilerOptions + 筛选栏一行布局
This commit is contained in:
@@ -18,9 +18,9 @@
|
|||||||
"baseUrl": ".",
|
"baseUrl": ".",
|
||||||
"paths": {
|
"paths": {
|
||||||
"@/*": ["./src/*"]
|
"@/*": ["./src/*"]
|
||||||
}
|
},
|
||||||
|
"ignoreDeprecations": "6.0"
|
||||||
},
|
},
|
||||||
"include": ["src"],
|
"include": ["src"],
|
||||||
"references": [{ "path": "./tsconfig.node.json" }],
|
"references": [{ "path": "./tsconfig.node.json" }]
|
||||||
"ignoreDeprecations": "6.0"
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user