From 9960b1245f21205b765e9c16f9778c367a7ec4a7 Mon Sep 17 00:00:00 2001 From: HexaField Date: Sun, 18 Aug 2024 11:59:31 +1000 Subject: [PATCH] update ts config --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index d2892cc..009be77 100755 --- a/tsconfig.json +++ b/tsconfig.json @@ -34,7 +34,7 @@ "./tests/**/*.ts" ], "include": [ - "../../../server-core/src/*", + "../../../../server-core/src/*", "./**/*.ts", "./**/*.tsx" ]