Skip to content

Instantly share code, notes, and snippets.

@Davisonpro
Created April 18, 2019 14:49
Show Gist options
  • Save Davisonpro/e1d4bf7a03f7816b23113b0bbecfdb3a to your computer and use it in GitHub Desktop.
Save Davisonpro/e1d4bf7a03f7816b23113b0bbecfdb3a to your computer and use it in GitHub Desktop.
{
"compilerOptions": {
"jsx": "react",
"lib": ["es2017", "dom", "esnext"],
"sourceMap": true,
"target": "es5",
"noUnusedLocals": true,
"noUnusedParameters": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment