Skip to content

Commit

Permalink
build: use ES2020 feature set for TypeScript
Browse files Browse the repository at this point in the history
  • Loading branch information
timbru31 committed Mar 24, 2020
1 parent bb96112 commit 9aa2d29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"typeRoots": ["node_modules/@types"],
"lib": ["es2018", "dom"]
"lib": ["ES2020", "dom"]
},
"include": ["www/*"]
}

0 comments on commit 9aa2d29

Please sign in to comment.