From a7a3a8cfbaa35cae897626c0ca051f1e21ccad7e Mon Sep 17 00:00:00 2001 From: atorber Date: Sat, 2 Dec 2023 15:37:13 +0800 Subject: [PATCH] Update tsconfig.json --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index f002ea6e..33c5781f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,7 +8,8 @@ "exclude": [ "node_modules/", "dist/", - "tests/vika-orm-test.ts" + "tests/vika-orm-test.ts", + "tests/lark.ts" ], "include": [ "./*.ts",