dykj-college-back-office-ma.../jsconfig.json
2024-04-06 09:32:25 +08:00

9 lines
116 B
JSON

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