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.app.json | |
| parent | 297fa7ae5f6c2933870e64d67785cb0439e5e989 (diff) | |
install shadcn
Diffstat (limited to 'tsconfig.app.json')
| -rw-r--r-- | tsconfig.app.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tsconfig.app.json b/tsconfig.app.json index c9ccbd4..f702c93 100644 --- a/tsconfig.app.json +++ b/tsconfig.app.json @@ -7,6 +7,14 @@ "module": "ESNext", "skipLibCheck": true, + /* Paths */ + "baseUrl": ".", + "paths": { + "@/*": [ + "./src/*" + ] + }, + /* Bundler mode */ "moduleResolution": "bundler", "allowImportingTsExtensions": true, |
