From 8df9a1b53bc5fc6b3ccb8be9e4aea8e5d4782733 Mon Sep 17 00:00:00 2001 From: vorotamoroz Date: Thu, 11 Jun 2026 07:57:04 +0100 Subject: [PATCH] fix paths --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 4aa2cd3..461ec8f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -20,7 +20,7 @@ "strictFunctionTypes": true, "paths": { "@/*": ["./src/*"], - "@lib/*": ["./src/lib/src/*", "./_types/src/lib/src/*"] + "@lib/*": ["./src/lib/src/*", "./_types/lib/src/*"] } }, "include": ["**/*.ts", "test/**/*.test.ts", "**/*.unit.spec.ts"],