Last active
April 11, 2019 18:37
-
-
Save resolritter/2d7e5cf14a209cd1b0f437f742543a68 to your computer and use it in GitHub Desktop.
tsserver jsconfig.json file to be placed at the root of the project - search for "jsconfig.json reference"
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
| { | |
| "exclude": [ | |
| "**/node_modules" | |
| ], | |
| "include": [ | |
| "src/**/*" | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment