diff --git a/tsconfig.json b/tsconfig.json index 28efb33..13a3599 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,16 +1,10 @@ { "extends": "aegir/src/config/tsconfig.aegir.json", "compilerOptions": { - "outDir": "dist", - "emitDeclarationOnly": false, - "module": "ES2020" + "outDir": "dist" }, "include": [ "src", "test" - ], - "exclude": [ - "src/message/rpc.js", - "src/message/topic-descriptor.js" ] }