BrainBlast/ui/jsconfig.json

6 lines
104 B
JSON
Raw Permalink Normal View History

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