Skip to content

Instantly share code, notes, and snippets.

@ahgood
Forked from thatisuday/tsconfig.json
Created January 20, 2023 17:34
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 ahgood/6845849dd8a7e420c32f1fa3bc70f86e to your computer and use it in GitHub Desktop.
Save ahgood/6845849dd8a7e420c32f1fa3bc70f86e 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