diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2018-11-21 14:22:32 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2018-11-21 14:22:32 +0800 |
commit | 18e1ada299918327eba5920a6c7c28393ffe7804 (patch) | |
tree | 230d6bc0ed8fb31caadf507387c04d495c8b96a0 /client/tsconfig.json | |
parent | c5393d339bc5a67840158f5ab1c659de632278d3 (diff) | |
download | lua-language-server-18e1ada299918327eba5920a6c7c28393ffe7804.zip |
更新演示图
Diffstat (limited to 'client/tsconfig.json')
-rw-r--r-- | client/tsconfig.json | 13 |
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"] +} |