Add Kendo; fix Office

This commit is contained in:
Ryan Cavanaugh 2017-04-06 12:39:25 -07:00
parent 125c012c8d
commit c164730a01

View File

@ -72,7 +72,15 @@ namespace ts.server {
"exclude": [["^", 1, "/.*"]], // ..then exclude all files under the winjs folder
"types": ["winjs"] // And fetch the @types package for WinJS
},
"Office Nuget": {
"Kendo": {
"match": /^(.*\/kendo\/.+\.js$/gi,
"exclude": [["^", 1, "/.*"]]
},
"Office Loc Files": {
"match": /^(.*\/office\/1\/\w\w-\w\w\/).+\.js$/gi, // Office NuGet package is installed under a "office/1" folder
"exclude": [["^", 1, "/.*"]] // Exclude that whole folder if the file indicated above is found in it
},
"Office Nuget": { // TODO this one
"match": /^(.*\/1\/office)\/excel\.debug\.js$/gi, // Office NuGet package is installed under a "1/office" folder
"exclude": [["^", 1, "/.*"]], // Exclude that whole folder if the file indicated above is found in it
"types": ["office"] // @types package to fetch instead