mirror of
https://github.com/Microsoft/vscode
synced 2024-10-30 09:08:46 +00:00
Fix highlight js for DOM typings
This commit is contained in:
parent
5ed98351ed
commit
066d564f26
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,8 @@
|
|||
"target": "es5",
|
||||
"lib": [
|
||||
"es6",
|
||||
"es2015.promise"
|
||||
"es2015.promise",
|
||||
"dom"
|
||||
],
|
||||
"outDir": "./out",
|
||||
"sourceMap": true,
|
||||
|
|
Loading…
Reference in a new issue