Skip to content

Instantly share code, notes, and snippets.

@Alexisvt
Created April 10, 2020 02:45
Show Gist options
  • Save Alexisvt/e17a1ba933a22f19f610f4162c649bba to your computer and use it in GitHub Desktop.
Save Alexisvt/e17a1ba933a22f19f610f4162c649bba to your computer and use it in GitHub Desktop.
JSConfig file for Node.js projects
{
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"checkJs": true,
"resolveJsonModule": true,
"esModuleInterop": true,
},
"exclude": ["node_modules"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment