front-hub/tsconfig.extend.json

12 lines
212 B
JSON

{
"compilerOptions": {
"baseUrl": "./src",
"paths": {
"@root/*": ["./*"],
"@utils/*": ["./utils/*"],
"@components/*": ["./components/*"],
"@stores/*": ["./stores/*"]
}
}
}