alex-sharoff-website/jsconfig.json
phzhik d867298599 * Removed Nuxt from project
+ Links to specific gallery categories
2024-06-14 18:58:44 +04:00

9 lines
116 B
JSON

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