Skip to content

Commit 61c30a3

Browse files
authored
Merge pull request #2 from leocaseiro/patch-1
Set noEmitHelpers to avoid __extends()
2 parents 28b8c3a + f9f15b2 commit 61c30a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"emitDecoratorMetadata": true,
77
"experimentalDecorators": true,
88
"sourceMap": true,
9+
"noEmitHelpers": true,
910
"moduleResolution": "node"
1011
},
1112
"files": [

0 commit comments

Comments
 (0)