Skip to content
This repository was archived by the owner on Mar 18, 2025. It is now read-only.

Commit ab48fd2

Browse files
committed
fix: Support async/await
1 parent 3aa53ff commit ab48fd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"pretty": true,
1313
"allowUnreachableCode": false,
1414
"allowUnusedLabels": false,
15-
"noEmitHelpers": true,
15+
"noEmitHelpers": false,
1616
"noEmitOnError": false,
1717
"noImplicitAny": false,
1818
"noImplicitReturns": false,

0 commit comments

Comments
 (0)