Skip to content

Commit

Permalink
Upgrade es to esnext (#20)
Browse files Browse the repository at this point in the history
Resolves #8
  • Loading branch information
simPod authored and andig committed Nov 16, 2018
1 parent 8919f9b commit 91e5b2a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@
"compileOnSave": false,
"compilerOptions": {
"target": "es5",
"module": "es6",
"module": "esnext",
"moduleResolution": "node",
"rootDir": "./src",
"jsx": "react",
"lib": [
"dom",
"es2015",
"es2016"
"esnext"
],
"declaration": false,
"allowSyntheticDefaultImports": true,
Expand Down

0 comments on commit 91e5b2a

Please sign in to comment.