Exclude buffer.ts from the monaco compilation

This commit is contained in:
Alex Dima
2019-03-22 21:27:21 +01:00
parent 7f0737c5c6
commit 29a4c6da20

View File

@@ -34,6 +34,7 @@
"vs/platform/*/browser/*"
],
"exclude": [
"node_modules/*"
"node_modules/*",
"vs/base/common/buffer.ts"
]
}