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,