dataease-dm/frontend/jsconfig.json
fit2cloud-chenyw f04809c638 feat: 新前端
2021-03-03 15:06:52 +08:00

10 lines
137 B
JSON

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