Skip to content

Commit

Permalink
Simplify TypeScript config
Browse files Browse the repository at this point in the history
  • Loading branch information
niklashigi committed Jul 12, 2019
1 parent 138f34d commit 0121b29
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,10 +1,10 @@
{
"compilerOptions": {
"target": "es6",
"target": "es2017",
"module": "commonjs",
"strict": true,
"outDir": "dist",
"lib": ["es2015", "es2016", "es2017", "dom"],
"lib": ["es2017", "dom"],
"sourceMap": true,
},
"include": [
Expand Down

0 comments on commit 0121b29

Please sign in to comment.