Files
automatisch/packages/web/jsconfig.json
2025-05-05 09:50:08 +00:00

18 lines
401 B
JSON

{
"compilerOptions": {
"baseUrl": "src",
"paths": {
"components/*": ["components/*"],
"config/*": ["config/*"],
"contexts/*": ["contexts/*"],
"helpers/*": ["helpers/*"],
"hooks/*": ["hooks/*"],
"locales/*": ["locales/*"],
"pages/*": ["pages/*"],
"propTypes/*": ["propTypes/*"],
"styles/*": ["styles/*"]
}
},
"include": ["src"]
}