1
0
mirror of https://github.com/zclzone/vue-naive-admin.git synced 2025-04-30 22:29:01 +08:00
vue-naive-admin/jsconfig.json
2022-12-12 09:32:50 +08:00

13 lines
204 B
JSON

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