Skip to content

Commit

Permalink
build(tsconfig): add 'lib' to tsconfig files
Browse files Browse the repository at this point in the history
  • Loading branch information
yisraelx committed Apr 3, 2017
1 parent fcdb5c7 commit 06757b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"rootDir": ".",
"declaration": true,
"moduleResolution": "node",
"removeComments": false
"removeComments": false,
"lib": ["es6"]
},
"files": [
"index.ts"
Expand Down

0 comments on commit 06757b3

Please sign in to comment.