front-hub/tsconfig.extend.json

12 lines
212 B
JSON
Raw Normal View History

2023-03-17 14:02:44 +00:00
{
"compilerOptions": {
"baseUrl": "./src",
"paths": {
"@root/*": ["./*"],
"@utils/*": ["./utils/*"],
"@components/*": ["./components/*"],
"@stores/*": ["./stores/*"]
2023-03-17 14:02:44 +00:00
}
}
}