Skip to content

Commit

Permalink
Merge pull request #28 from nobrainr/Fix/tsconfig-es2017
Browse files Browse the repository at this point in the history
Fix/tsconfig es2017
  • Loading branch information
emyann committed Sep 23, 2018
2 parents 6a950a4 + 0a708a7 commit 885f509
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion packages/cli/template/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"sourceMap": true,
"experimentalDecorators": true,
"outDir": "dist",
"lib": ["es2015", "dom"],
"lib": ["es2017", "dom"],
"noImplicitAny": true,
"suppressImplicitAnyIndexErrors": true,
"removeComments": true
Expand Down
7 changes: 0 additions & 7 deletions packages/cli/template/typings.json

This file was deleted.

0 comments on commit 885f509

Please sign in to comment.