Created
August 19, 2023 03:09
-
-
Save gbowne1/11ff2e633ae6b163875bfc0248ea49a2 to your computer and use it in GitHub Desktop.
My basic jsconfig.json for VSCode
This file contains 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": { | |
"target": "es6", | |
"allowJs": true | |
}, | |
"exclude": [ | |
"node_modules" | |
], | |
"include": [ | |
"**/*.js" | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment