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

12 lines
180 B
JSON

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