Files
capa/web/explorer/jsconfig.json
Soufiane Fariss e8ea461456 fix formatting
2024-08-08 08:12:50 +02:00

9 lines
136 B
JSON

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