Clyde/frontend/jsconfig.json
Debucquoy Anthony a795108859
All checks were successful
deploy to production / deploy-frontend (push) Successful in 47s
frontend + ci
2024-02-17 20:58:42 +01:00

9 lines
116 B
JSON

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