From 3d7963641db5e5c2fa92b088770162918003a7ff Mon Sep 17 00:00:00 2001 From: IwanIDev Date: Fri, 20 Mar 2026 15:16:51 +0000 Subject: feat: initial commit --- tsconfig.app.json | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tsconfig.app.json') diff --git a/tsconfig.app.json b/tsconfig.app.json index a9b5a59..2630134 100644 --- a/tsconfig.app.json +++ b/tsconfig.app.json @@ -10,6 +10,10 @@ /* Bundler mode */ "moduleResolution": "bundler", + "baseUrl": ".", + "paths": { + "@/*": ["./src/*"] + }, "allowImportingTsExtensions": true, "verbatimModuleSyntax": true, "moduleDetection": "force", -- cgit