From 93192496b6323a82ee88077fba555f43eb5b045e Mon Sep 17 00:00:00 2001 From: Jason Sturges Date: Fri, 15 Nov 2024 21:40:45 -0600 Subject: [PATCH] TypeScript config --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 6030fa8..6b78406 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,7 +6,7 @@ "lib": ["ESNext", "DOM", "DOM.Iterable"], "outDir": "./dist", "strict": true, - "declaration": true, + "declaration": false, "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "noImplicitAny": true,