aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/packages/ui/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/ui/tsconfig.json')
-rw-r--r--packages/ui/tsconfig.json11
1 files changed, 10 insertions, 1 deletions
diff --git a/packages/ui/tsconfig.json b/packages/ui/tsconfig.json
index d32ff68..fec8c8e 100644
--- a/packages/ui/tsconfig.json
+++ b/packages/ui/tsconfig.json
@@ -1,4 +1,13 @@
{
"files": [],
- "references": [{ "path": "./tsconfig.app.json" }, { "path": "./tsconfig.node.json" }]
+ "references": [
+ { "path": "./tsconfig.app.json" },
+ { "path": "./tsconfig.node.json" }
+ ],
+ "compilerOptions": {
+ "baseUrl": ".",
+ "paths": {
+ "@/*": ["./src/*"]
+ }
+ }
}