Skip to content

Instantly share code, notes, and snippets.

@rbiggs
Last active October 25, 2019 22:26
Show Gist options
  • Save rbiggs/386164921c2c37316feaa30029854b3d to your computer and use it in GitHub Desktop.
Save rbiggs/386164921c2c37316feaa30029854b3d to your computer and use it in GitHub Desktop.
tsconfig for type checking
{
"compilerOptions": {
"target": "es6",
"jsx": "react",
"allowJs": true,
"checkJs": true,
"noEmit": true,
"moduleResolution": "node",
"jsxFactory": "h"
},
"include": [
"src/js/*"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment