From f5187f366774a7d53b5a06fa9af83d1a6b686013 Mon Sep 17 00:00:00 2001 From: schererleander Date: Mon, 14 Jul 2025 14:51:39 +0200 Subject: install shadcn --- tsconfig.app.json | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'tsconfig.app.json') 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, -- cgit v1.3.1