diff options
| author | schererleander <leander@schererleander.de> | 2025-07-14 14:51:39 +0200 |
|---|---|---|
| committer | schererleander <leander@schererleander.de> | 2025-07-14 14:51:39 +0200 |
| commit | f5187f366774a7d53b5a06fa9af83d1a6b686013 (patch) | |
| tree | cc5df92b7a9ecbf515b7dd41341a8350507a5bbb /tsconfig.json | |
| parent | 297fa7ae5f6c2933870e64d67785cb0439e5e989 (diff) | |
install shadcn
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 8 |
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/*"] + } + } } |
