Add dom lib reference to react-navigation

This commit is contained in:
Nathan Shively-Sanders
2017-06-26 09:50:14 -07:00
parent 096a526540
commit 2f8bbfbe28

View File

@@ -2,7 +2,8 @@
"compilerOptions": {
"module": "commonjs",
"lib": [
"es6"
"es6",
"dom"
],
"noImplicitAny": true,
"noImplicitThis": true,