Skip to content

Instantly share code, notes, and snippets.

@sessa
Last active December 2, 2019 20:14
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 sessa/2f74ee64279b4599f98b61a75ee21365 to your computer and use it in GitHub Desktop.
Save sessa/2f74ee64279b4599f98b61a75ee21365 to your computer and use it in GitHub Desktop.
{
"compilerOptions": {
"outDir": "./dist/",
"sourceMap": true, // Only utilized if webpack is configured to output sourcemap
"noImplicitAny": true,
"module": "CommonJS",
"target": "es6",
"jsx": "react",
"strict": true,
"baseUrl": ".", // This must be specified if "paths" is.
// Maybe below depending upon if we need to convert commonjs specific package resolution -- ideally never.
"allowSyntheticDefaultImports": true,
"esModuleInterop": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment