Skip to content

Instantly share code, notes, and snippets.

@ah584d
Last active December 1, 2021 09:40
Show Gist options
  • Select an option

  • Save ah584d/ef921e1409d1e3df5503f018d20d8f87 to your computer and use it in GitHub Desktop.

Select an option

Save ah584d/ef921e1409d1e3df5503f018d20d8f87 to your computer and use it in GitHub Desktop.
tsconfig.json 'module': 'es2015'
{
"compilerOptions": {
/* Basic Options */
"target": "esnext",
"module": "es2015" or "esnext",
"lib": ["es2017"], ....
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment