From b928a87533e6b7080300d3dd53d3c9e16b185e43 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Tue, 20 Dec 2022 13:34:41 -0500 Subject: [PATCH] *Remove types --- tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index ea7ae2e..09c3093 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,7 +4,6 @@ "target": "esnext", "esModuleInterop": true, "outDir": "dist", - "declaration": true, "moduleResolution": "node" }, "include": ["src"],