Created
December 24, 2016 13:23
-
-
Save javaeeeee/519a1d46f51f7fceb549ebf87fc2bc7d to your computer and use it in GitHub Desktop.
The simplest version of jsconfig.json file which informs VS Code that we work with JavaScript project
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": { | |
| "target": "ES5" | |
| }, | |
| "exclude": [ | |
| "node_modules" | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment