1
0
forked from PGL/Clyde
Clyde/frontend/jsconfig.json

9 lines
116 B
JSON
Raw Normal View History

2024-02-17 20:48:14 +01:00
{
"compilerOptions": {
"paths": {
"@/*": ["./src/*"]
}
},
"exclude": ["node_modules", "dist"]
}