Guest User

Untitled

a guest
Feb 16th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. @@ -1,7 +1,8 @@
  2. {
  3. "compilerOptions": {
  4. - "target": "esnext",
  5. - "lib": ["dom", "esnext"],
  6. + "target": "es5",
  7. + "module": "commonjs",
  8. + "lib": ["dom", "es6"],
  9. "jsx": "react-native",
  10. "moduleResolution": "node",
  11. "esModuleInterop": true,
Add Comment
Please, Sign In to add comment