Skip to content

Commit a953d70

Browse files
committed
Step 15.3: We need to set downlevelIteration or target es6 in order to use Sets
1 parent cd5bc15 commit a953d70

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
@@ -5,6 +5,7 @@
55
"declaration": false,
66
"emitDecoratorMetadata": true,
77
"experimentalDecorators": true,
8+
"downlevelIteration": true,
89
"lib": [
910
"dom",
1011
"es2015",

0 commit comments

Comments
 (0)