mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-15 21:36:50 -05:00
Update editorServices.ts
Fix lint
This commit is contained in:
@@ -156,8 +156,8 @@ namespace ts.server {
|
||||
types: ["office"] // @types package to fetch instead
|
||||
},
|
||||
"References": {
|
||||
"match": /^(.*\/_references\.js)$/i,
|
||||
"exclude": [["^", 1, "$"]]
|
||||
match: /^(.*\/_references\.js)$/i,
|
||||
exclude: [["^", 1, "$"]]
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user