django-vue-admin/web/jsconfig.json

12 lines
202 B
JSON
Raw Normal View History

2022-04-05 05:23:28 +00:00
{
"compilerOptions": {
"target": "es2017",
"allowSyntheticDefaultImports": false,
"baseUrl": "./",
"paths": {
"@/*": ["src/*"]
}
},
"exclude": ["node_modules", "dist"]
}