Files
Web_Template_Vue3_Dev/jsconfig.json
MomoWen 3e2da1115e
Some checks failed
Call HTTPS API / build (push) Has been cancelled
初始化拉取,原文件名:admin-plus-webpack5
2025-12-26 20:43:10 +08:00

19 lines
433 B
JSON

{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"baseUrl": "./",
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"paths": {
"~/*": ["*"],
"@/*": ["src/*"],
"/#/*": ["types/*"],
"@vab/*": ["library/*"],
"@gp": ["library/plugins/vab"]
},
"lib": ["esnext", "dom", "dom.iterable", "scripthost"]
},
"exclude": ["node_modules", "dist"]
}