Skip to content

Instantly share code, notes, and snippets.

@matthewstokeley
Created February 9, 2020 15:21
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 matthewstokeley/d439bd605e66f49af1e9baf21162170f to your computer and use it in GitHub Desktop.
Save matthewstokeley/d439bd605e66f49af1e9baf21162170f to your computer and use it in GitHub Desktop.
sample typescript config boilerplate
{
"compilerOptions": {
"outDir": "./dist/",
"sourceMap": true,
"noImplicitAny": true,
"module": "commonjs",
"target": "es6",
"jsx": "react"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment