mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-12-12 11:50:54 -06:00
Add Kendo; fix Office
This commit is contained in:
parent
125c012c8d
commit
c164730a01
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user