Fixed internal safelist

This commit is contained in:
Bill Ticehurst 2017-11-17 12:49:56 -08:00
parent c2a3837578
commit 49b3dbda53

View File

@ -155,9 +155,8 @@ namespace ts.server {
"exclude": [["^", 1, "/.*"]], // Exclude that whole folder if the file indicated above is found in it
"types": ["office"] // @types package to fetch instead
},
"Minified files": {
// e.g. /whatever/blah.min.js
"match": /^(.+\.min\.js)$/i,
"References": {
"match": /^(.*\/_references\.js)$/i,
"exclude": [["^", 1, "$"]]
}
};