mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 12:04:04 +01:00
Fix highlight js for DOM typings
This commit is contained in:
@@ -4,7 +4,8 @@
|
||||
"target": "es5",
|
||||
"lib": [
|
||||
"es6",
|
||||
"es2015.promise"
|
||||
"es2015.promise",
|
||||
"dom"
|
||||
],
|
||||
"outDir": "./out",
|
||||
"sourceMap": true,
|
||||
|
||||
Reference in New Issue
Block a user