Skip to content

Instantly share code, notes, and snippets.

@binjospookie
Created April 24, 2019 13:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save binjospookie/44112e8e387f32bb15867a8dfcc691d9 to your computer and use it in GitHub Desktop.
Save binjospookie/44112e8e387f32bb15867a8dfcc691d9 to your computer and use it in GitHub Desktop.
{
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"jsx": "react",
"strict": true,
"noImplicitAny": true,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"lib": [ "es2017", "dom" ],
"experimentalDecorators": true,
"resolveJsonModule": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment