mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 18:19:12 +01:00
Exclude buffer.ts from the monaco compilation
This commit is contained in:
@@ -34,6 +34,7 @@
|
||||
"vs/platform/*/browser/*"
|
||||
],
|
||||
"exclude": [
|
||||
"node_modules/*"
|
||||
"node_modules/*",
|
||||
"vs/base/common/buffer.ts"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user