From 32c09a9b1b56220c8c3bdd1b0c01189933d41ecc Mon Sep 17 00:00:00 2001 From: Taku Amano Date: Wed, 29 May 2024 14:36:09 +0900 Subject: [PATCH] chore: update tsconfig.json for test/**/*.ts --- tsconfig.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 58f0cdd..c4e1276 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -13,10 +13,11 @@ "jest", "node", ], - "rootDir": "./src", + "rootDir": ".", "outDir": "./dist", }, "include": [ - "src/**/*.ts" + "src/**/*.ts", + "test/**/*.ts" ], } \ No newline at end of file