From 7b1012c02593f02b5c15a2854df975e4e70d994a Mon Sep 17 00:00:00 2001 From: PalmDevs Date: Fri, 29 Mar 2024 19:51:55 +0700 Subject: [PATCH] chore: ignore dist files in tsconfig --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 9962c1d..c7d6ee5 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -21,5 +21,6 @@ "allowSyntheticDefaultImports": true, "isolatedModules": true, "allowImportingTsExtensions": false - } + }, + "exclude": ["**/dist"] }