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"],