Created
October 17, 2016 13:37
-
-
Save wizardnet972/2ddfbdca8ea3fecab6dd5d3e6b564c14 to your computer and use it in GitHub Desktop.
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
// Place your settings in this file to overwrite the default settings | |
{ | |
"typescript.check.tscVersion": false, | |
"files.exclude": { | |
"**/*.js": { | |
"when": "$(basename).ts" | |
}, | |
"**/*.map": { | |
"when": "$(basename).map" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment