Skip to content

Commit

Permalink
fix: build target
Browse files Browse the repository at this point in the history
  • Loading branch information
igorivaniuk committed Feb 26, 2019
1 parent a100071 commit 8c3e66c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"compilerOptions": {
"moduleResolution": "node",
"target": "es5",
"module":"es2015",
"target": "es2017",
"module":"commonjs",
"lib": ["es2015", "es2016", "es2017", "dom"],
"strict": true,
"sourceMap": true,
Expand All @@ -18,5 +18,8 @@
},
"include": [
"src"
],
"exclude": [
"node_modules"
]
}

0 comments on commit 8c3e66c

Please sign in to comment.