From 8bd45b8e9b5df09797b178de02581e7c7e532421 Mon Sep 17 00:00:00 2001 From: Alfi Maulana Date: Thu, 14 Dec 2023 17:59:45 +0700 Subject: [PATCH] build(typescript): disable from generating declaration file --- tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 52bc86a..4caeab2 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,7 +3,6 @@ "exactOptionalPropertyTypes": true, "strict": true, "module": "node16", - "declaration": true, "outDir": "dist", "target": "es2022", "skipLibCheck": true