summaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 7556e1d..fbc6fef 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -17,6 +17,9 @@
"allowJs": true,
"types": [
"bun-types" // add Bun global
- ]
+ ],
+ "paths": {
+ "@/*": ["./*"]
+ }
}
}