[json] adopt language-client with colorProvider support

This commit is contained in:
Martin Aeschlimann
2018-02-07 22:50:30 +01:00
parent 8fee7018f7
commit d40a1e24c0
4 changed files with 20 additions and 55 deletions

View File

@@ -1,11 +1,9 @@
{
"compilerOptions": {
"target": "es5",
"target": "es6",
"module": "commonjs",
"outDir": "./out",
"noUnusedLocals": true,
"lib": [
"es5", "es2015.promise"
]
"lib": [ "es2016" ]
}
}