Skip to content

Commit

Permalink
(tsconfig) lib: es7, esModuleInterop: false
Browse files Browse the repository at this point in the history
  • Loading branch information
dilame committed Apr 2, 2019
1 parent 89bbb88 commit 1c80237
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"compilerOptions": {
"lib": ["es6"],
"lib": ["es7"],
"declaration": true,
"esModuleInterop": true,
"esModuleInterop": false,
"module": "commonjs",
"moduleResolution": "node",
"noImplicitAny": false,
Expand Down

0 comments on commit 1c80237

Please sign in to comment.