diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2018-12-07 18:11:31 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2018-12-07 18:11:31 +0800 |
commit | 52297aa8727a62f027f97a474992303fd1e26cde (patch) | |
tree | 23efb50dc65afae56cc3b86925d5ea585def4c2c /tsconfig.json | |
parent | 11a726c0b21da220aab37b67461431c9b91f1991 (diff) | |
download | lua-language-server-52297aa8727a62f027f97a474992303fd1e26cde.zip |
删掉没用的库
Diffstat (limited to 'tsconfig.json')
-rw-r--r-- | tsconfig.json | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/tsconfig.json b/tsconfig.json deleted file mode 100644 index 40b38875..00000000 --- a/tsconfig.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "compilerOptions": { - "module": "commonjs", - "target": "es6", - "outDir": "out", - "rootDir": "src", - "lib": [ "es6" ], - "sourceMap": true - }, - "include": [ - "src" - ], - "exclude": [ - "node_modules", - ".vscode-test" - ], - "references": [ - { "path": "./client" }, - { "path": "./server" } - ] -}
\ No newline at end of file |