From a9e069bafe2f222b6df025be9d8f15117ef64dfa Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Sun, 28 Aug 2022 22:17:21 -0400 Subject: [PATCH] *Only emits types --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index eb61177..af76a7c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -14,7 +14,7 @@ "moduleResolution": "node", "declarationMap": true, "declarationDir": "dist", - "emitDeclarationOnly": false, + "emitDeclarationOnly": true, "allowJs": true, "noImplicitAny": false },