aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorschererleander <leander@schererleander.de>2025-07-14 14:51:39 +0200
committerschererleander <leander@schererleander.de>2025-07-14 14:51:39 +0200
commitf5187f366774a7d53b5a06fa9af83d1a6b686013 (patch)
treecc5df92b7a9ecbf515b7dd41341a8350507a5bbb /tsconfig.json
parent297fa7ae5f6c2933870e64d67785cb0439e5e989 (diff)
install shadcn
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json8
1 files changed, 7 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 1ffef60..fec8c8e 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -3,5 +3,11 @@
"references": [
{ "path": "./tsconfig.app.json" },
{ "path": "./tsconfig.node.json" }
- ]
+ ],
+ "compilerOptions": {
+ "baseUrl": ".",
+ "paths": {
+ "@/*": ["./src/*"]
+ }
+ }
}