Created
April 10, 2020 02:45
-
-
Save Alexisvt/e17a1ba933a22f19f610f4162c649bba to your computer and use it in GitHub Desktop.
JSConfig file for Node.js projects
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"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