ylwy-bg/jsconfig.json

9 lines
116 B
JSON
Raw Permalink Normal View History

2024-12-17 15:17:10 +00:00
{
"compilerOptions": {
"paths": {
"@/*": ["./src/*"]
}
},
"exclude": ["node_modules", "dist"]
}