From c0efaf3e342cca33d86a6d0ab64208b3e6895fdd Mon Sep 17 00:00:00 2001 From: redphx <96280+redphx@users.noreply.github.com> Date: Tue, 23 Apr 2024 18:18:55 +0700 Subject: [PATCH] Fix tsconfig.json --- tsconfig.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 2095cdd..ab942ee 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,9 @@ { - "includes": [ - "./types" + "include": [ + "./src/**/*.ts" + ], + "exclude": [ + "./dist" ], "compilerOptions": { // Enable latest features