Last active
June 20, 2022 09:07
-
-
Save killshot13/5b4270465c23f13f96338d03a19ad905 to your computer and use it in GitHub Desktop.
.vscode>workflows
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
| { | |
| "baseline": | |
| // baseline jsconfig.json version | |
| { | |
| "compilerOptions": { | |
| "module": "commonjs", | |
| "target": "es6", | |
| "checkJs": true | |
| }, | |
| "exclude": [ | |
| "node_modules", | |
| "**/node_modules/*" | |
| ] | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment