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

Commit a77f68a

Browse files
committed
fix(tests): Corrected tsconfig to let unit tests work
1 parent 0538077 commit a77f68a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"pretty": true,
88
"removeComments": true,
99
"experimentalDecorators": true,
10-
"noEmitHelpers": true,
10+
"noEmitHelpers": false,
1111
"noEmitOnError": true,
1212
"skipDefaultLibCheck": true,
1313
"skipLibCheck": true,

0 commit comments

Comments
 (0)