django-vue-admin-main/jsconfig.json
System Administrator 2d7e98e307 first commit
2023-05-31 15:05:11 +08:00

12 lines
202 B
JSON

{
"compilerOptions": {
"target": "es2017",
"allowSyntheticDefaultImports": false,
"baseUrl": "./",
"paths": {
"@/*": ["src/*"]
}
},
"exclude": ["node_modules", "dist"]
}