diff --git a/tsconfig.json b/tsconfig.json index 6ee8f133..0af3177d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,6 +4,7 @@ "target": "es2016", "module": "esnext", "moduleResolution": "node", + "declaration": false, "baseUrl": ".", "incremental": true },