Skip to content

Instantly share code, notes, and snippets.

@timgivois
Last active July 28, 2019 02:02
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 timgivois/9f89afa694be1958cc303a4394fc38d9 to your computer and use it in GitHub Desktop.
Save timgivois/9f89afa694be1958cc303a4394fc38d9 to your computer and use it in GitHub Desktop.
{
"compilerOptions": {
"outDir": "./dist/",
"sourceMap": true,
"noImplicitAny": true,
"module": "commonjs",
"target": "es6",
"jsx": "react",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment