Skip to content

Instantly share code, notes, and snippets.

@sjchmiela
Created February 14, 2019 12:13
Show Gist options
  • Save sjchmiela/3a7b16f1e2900d2c1a1d38d491930508 to your computer and use it in GitHub Desktop.
Save sjchmiela/3a7b16f1e2900d2c1a1d38d491930508 to your computer and use it in GitHub Desktop.
@@ -1,7 +1,8 @@
{
"compilerOptions": {
- "target": "esnext",
- "lib": ["dom", "esnext"],
+ "target": "es5",
+ "module": "commonjs",
+ "lib": ["dom", "es6"],
"jsx": "react-native",
"moduleResolution": "node",
"esModuleInterop": true,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment