mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-29 04:53:33 +01:00
[json] adopt language-client with colorProvider support
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "es5",
|
||||
"target": "es6",
|
||||
"module": "commonjs",
|
||||
"outDir": "./out",
|
||||
"noUnusedLocals": true,
|
||||
"lib": [
|
||||
"es5", "es2015.promise"
|
||||
]
|
||||
"lib": [ "es2016" ]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user