EasyDarwin/jsconfig.json

9 lines
116 B
JSON
Raw Normal View History

2025-01-02 10:42:46 +00:00
{
"compilerOptions": {
"paths": {
"@/*": ["./src/*"]
}
},
"exclude": ["node_modules", "dist"]
}