Update tsserverProjectSystem.ts

This commit is contained in:
Ryan Cavanaugh
2017-04-11 11:23:12 -07:00
parent 2c64e5102e
commit c6338c3e20
@@ -22,7 +22,7 @@ namespace ts.projectSystem {
content: JSON.stringify({
"jquery": {
// jquery files can have names like "jquery-1.10.2.min.js" (or "jquery.intellisense.js")
"match": "/jquery(-(\\.\\d+)+)?(\\.intellisense)?(\\.min)?\\.js$",
"match": "/jquery(-(\\.?\\d+)+)?(\\.intellisense)?(\\.min)?\\.js$",
"types": ["jquery"]
},
"WinJS": {
@@ -3629,4 +3629,4 @@ namespace ts.projectSystem {
assert.isUndefined(project.getCompilerOptions().maxNodeModuleJsDepth);
});
});
}
}