Skip to content

Commit

Permalink
Merge pull request #245 from pixijs/fix-symbol-not-found
Browse files Browse the repository at this point in the history
Add es6 lib so Symbol can be found
  • Loading branch information
ivanpopelyshev authored May 4, 2018
2 parents cfd7d6a + 64bb3c9 commit 0ee5c86
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"declaration": false,
"typeRoots": [
"node_modules/@types"
]
],
"lib": ["es6", "dom"]
},
"include": [
"src/core/**/*.ts",
Expand Down

0 comments on commit 0ee5c86

Please sign in to comment.