Skip to content
This repository has been archived by the owner on Aug 9, 2024. It is now read-only.

Commit

Permalink
es2017 addition to tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
justinlevi committed Feb 2, 2020
1 parent 5b0fcd5 commit f126b32
Show file tree
Hide file tree
Showing 2 changed files with 442 additions and 16 deletions.
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"allowJs": true,
"module": "CommonJS",
"skipLibCheck": true,
"lib": ["es6", "es2017"],
"target": "ES6",
"esModuleInterop": true,
"allowSyntheticDefaultImports": true
Expand Down
Loading

0 comments on commit f126b32

Please sign in to comment.