Skip to content

Instantly share code, notes, and snippets.

@TimoGlastra
Created November 29, 2018 15:05
Show Gist options
  • Save TimoGlastra/f00f99d717853ede9e83b4b85549fbf9 to your computer and use it in GitHub Desktop.
Save TimoGlastra/f00f99d717853ede9e83b4b85549fbf9 to your computer and use it in GitHub Desktop.
{
"extends": "../tsconfig",
"compilerOptions": {
"jsx": "react",
"module": "commonjs",
"types": ["detox", "jest"]
},
"include": ["e2e"],
"exclude": ["node_modules"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment