Files
demo/demo-web-ui/jsconfig.json
fengdong777 f2bac630c2 1
2023-04-29 14:25:40 +08:00

10 lines
146 B
JSON

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