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-04-13 17:24:27 +08:00

11 lines
158 B
JSON

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