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.json | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index 1ffef60..aa3c04f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,4 +1,10 @@ { + "compilerOptions": { + "baseUrl": ".", + "paths": { + "@/*": ["./src/*"] + } + }, "files": [], "references": [ { "path": "./tsconfig.app.json" }, -- cgit