configuration-editing: fix npm install, vscode lookup, completion item usage

This commit is contained in:
Martin Aeschlimann
2016-06-06 08:46:47 +02:00
parent fb0efa5282
commit 346834b1f0
3 changed files with 17 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
{
"compilerOptions": {
"noLib": true,
"target": "es5",
"module": "commonjs",
"outDir": "./out"
},
"exclude": [
"node_modules"
]
}