Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

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