From ef92d17272a093fc29749d897e6ae64922987584 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sat, 13 Jul 2024 14:02:19 +0300 Subject: [PATCH] Revert change to tsconfig.json --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 293c66f7c..bf97f7be2 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -13,7 +13,8 @@ }, "include": [ "./src/**/*.js", - "./src/**/*.ts" + "./src/**/*.ts", + "./*.ts" ], "exclude": ["./node_modules/**/*"], "ts-node": {