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 /tsconfig.json | |
parent | c5393d339bc5a67840158f5ab1c659de632278d3 (diff) | |
download | lua-language-server-18e1ada299918327eba5920a6c7c28393ffe7804.zip |
更新演示图
Diffstat (limited to 'tsconfig.json')
-rw-r--r-- | tsconfig.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/tsconfig.json b/tsconfig.json new file mode 100644 index 00000000..40b38875 --- /dev/null +++ b/tsconfig.json @@ -0,0 +1,21 @@ +{ + "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 |