agep-cargo/jsconfig.json
Antoine Pelletier 0487f5c416 first commit
2025-10-11 02:34:50 +02:00

8 lines
116 B
JSON

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