dwysokinski.me/jsconfig.json

15 lines
321 B
JSON
Raw Permalink Normal View History

2020-07-30 09:47:20 +00:00
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["src/*"],
"@components/*": ["src/components/*"],
"@config/*": ["src/config/*"],
"@features/*": ["src/features/*"],
"@images/*": ["src/images/*"],
"@utils/*": ["src/utils/*"]
}
},
"exclude": ["node_modules"]
}