1
0
mirror of https://github.com/zclzone/vue-naive-admin.git synced 2025-10-15 20:39:01 +08:00
vue-naive-admin/jsconfig.json
2025-08-26 11:30:11 +08:00

15 lines
257 B
JSON

{
"compilerOptions": {
"target": "ESNext",
"jsx": "preserve",
"baseUrl": "./",
"moduleResolution": "node",
"paths": {
"@/*": ["src/*"],
"~/*": ["./*"]
},
"allowJs": true
},
"exclude": ["node_modules", "dist"]
}