修复上传问题
This commit is contained in:
@@ -13,6 +13,11 @@
|
||||
"lib": ["ESNext", "DOM"],
|
||||
"skipLibCheck": true,
|
||||
// "strictPropertyInitialization": false
|
||||
"paths": {
|
||||
"@": ["./src"],
|
||||
// "@/*": ["./src/*"] // 多加个这个,
|
||||
"@/*": ["./src/*"]
|
||||
}
|
||||
},
|
||||
"include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue"],
|
||||
"references": [{ "path": "./tsconfig.node.json" }]
|
||||
|
||||
Reference in New Issue
Block a user