summaryrefslogtreecommitdiff
path: root/client/tsconfig.json
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2018-11-21 14:22:32 +0800
committer最萌小汐 <sumneko@hotmail.com>2018-11-21 14:22:32 +0800
commit18e1ada299918327eba5920a6c7c28393ffe7804 (patch)
tree230d6bc0ed8fb31caadf507387c04d495c8b96a0 /client/tsconfig.json
parentc5393d339bc5a67840158f5ab1c659de632278d3 (diff)
downloadlua-language-server-18e1ada299918327eba5920a6c7c28393ffe7804.zip
更新演示图
Diffstat (limited to 'client/tsconfig.json')
-rw-r--r--client/tsconfig.json13
1 files changed, 4 insertions, 9 deletions
diff --git a/client/tsconfig.json b/client/tsconfig.json
index e967b4fd..4a9daa33 100644
--- a/client/tsconfig.json
+++ b/client/tsconfig.json
@@ -1,17 +1,12 @@
{
- "extends": "../tsconfig.base.json",
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"outDir": "out",
"rootDir": "src",
- "lib": [ "es6" ],
+ "lib": ["es6"],
"sourceMap": true
},
- "include": [
- "src"
- ],
- "exclude": [
- "node_modules"
- ]
-} \ No newline at end of file
+ "include": ["src"],
+ "exclude": ["node_modules", ".vscode-test"]
+}