Created
June 8, 2016 06:20
-
-
Save kutyel/a28137e87ed50e218eb89f54e63b7cf9 to your computer and use it in GitHub Desktop.
Ignore JavaScript generated files when working with TypeScript in 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
{ | |
"files.exclude": { | |
"**/*.js": { | |
"when": "$(basename).ts" | |
}, | |
"**/*.js.map": true | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment