mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 17:19:01 +01:00
Use files instead of includes
Seems that having a super long includes section crashes tsc on windows
This commit is contained in:
@@ -6,6 +6,8 @@
|
||||
},
|
||||
"include": [
|
||||
"./typings",
|
||||
],
|
||||
"files": [
|
||||
"./vs/base/browser/browser.ts",
|
||||
"./vs/base/browser/dom.ts",
|
||||
"./vs/base/browser/event.ts",
|
||||
|
||||
Reference in New Issue
Block a user