front-hub/tsconfig.extend.json

13 lines
241 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/*"],
"@api/*": ["./api/*"]
2023-03-17 14:02:44 +00:00
}
}
}