new-tab-work/jsconfig.json

9 lines
116 B
JSON
Raw Permalink Normal View History

2024-07-04 15:28:48 +00:00
{
"compilerOptions": {
"paths": {
"@/*": ["./src/*"]
}
},
"exclude": ["node_modules", "dist"]
}