Skip to content

Instantly share code, notes, and snippets.

@fedek6
Created June 24, 2021 08:26
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 fedek6/05615553862184654ed7d0a46db4d2d5 to your computer and use it in GitHub Desktop.
Save fedek6/05615553862184654ed7d0a46db4d2d5 to your computer and use it in GitHub Desktop.
Working tsconfig for Node 15
{
"compilerOptions": {
"target": "es2018",
"outDir": "./dist",
"rootDir": "./src",
"noEmitOnError": true,
"module": "commonjs"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment