1
0
forked from PGL/Clyde
Clyde/frontend/jsconfig.json
2024-02-17 20:58:42 +01:00

9 lines
116 B
JSON

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