Skip to content

Instantly share code, notes, and snippets.

@thatisuday
Created September 12, 2020 19:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save thatisuday/4ab23ca9eaf1fc87a83e100416965491 to your computer and use it in GitHub Desktop.
Save thatisuday/4ab23ca9eaf1fc87a83e100416965491 to your computer and use it in GitHub Desktop.
A simple TypeScript configuration file to be used with Webpack.
{
"compilerOptions": {
"noImplicitAny": true,
"target": "ES5",
"module": "ES2015"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment