fix(expo/tsconfig): Add dom lib to add window.fetch types.

This commit is contained in:
Umidbek Karimov
2018-03-14 12:15:48 +05:00
parent 6bfae967c2
commit 7f7b5dc29e

View File

@@ -2,6 +2,7 @@
"compilerOptions": {
"module": "commonjs",
"lib": [
"dom",
"es6"
],
"jsx": "react",
@@ -21,4 +22,4 @@
"index.d.ts",
"expo-tests.tsx"
]
}
}