diff --git a/tsconfig.json b/tsconfig.json index 9df295e3..64dca8ef 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,7 +3,6 @@ "module": "esnext", "types": ["emscripten", "mocha", "node"], "allowImportingTsExtensions": true, - "declaration": true, "noEmit": true }, "include": ["scripts", "src", "test"]