tim/frontend/jsconfig.json

9 lines
116 B
JSON
Raw Permalink Normal View History

2023-12-29 14:22:30 +01:00
{
"compilerOptions": {
"paths": {
"@/*": ["./src/*"]
}
},
"exclude": ["node_modules", "dist"]
}