Skip to content
This repository was archived by the owner on Jun 27, 2023. It is now read-only.

Commit 4c89cf6

Browse files
authored
chore: update tsconfig (#146)
Removes redundant config
1 parent 7c7d135 commit 4c89cf6

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

tsconfig.json

+1-7
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,10 @@
11
{
22
"extends": "aegir/src/config/tsconfig.aegir.json",
33
"compilerOptions": {
4-
"outDir": "dist",
5-
"emitDeclarationOnly": false,
6-
"module": "ES2020"
4+
"outDir": "dist"
75
},
86
"include": [
97
"src",
108
"test"
11-
],
12-
"exclude": [
13-
"src/message/rpc.js",
14-
"src/message/topic-descriptor.js"
159
]
1610
}

0 commit comments

Comments
 (0)