WGDashboard/src/static/app/jsconfig.json
2024-01-08 12:23:57 -05:00

9 lines
116 B
JSON

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