Clyde/frontend/jsconfig.json
Debucquoy 0020bfe4a1
All checks were successful
continuous-integration/drone/push Build is passing
frontend base
2024-02-10 19:49:47 +01:00

9 lines
116 B
JSON

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