summaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2018-12-08 16:22:07 +0800
committer最萌小汐 <sumneko@hotmail.com>2018-12-08 16:22:07 +0800
commit1ebe865f30455bd2b32a576ce69fb86aa344b548 (patch)
treeb34e43eab3861032d54f203f3e81cf37a2674657 /tsconfig.json
parent61990131380f69fa7a1708fd0fc8d4f6bacf47e5 (diff)
downloadlua-language-server-1ebe865f30455bd2b32a576ce69fb86aa344b548.zip
整理js库
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/tsconfig.json b/tsconfig.json
new file mode 100644
index 00000000..5fde3a59
--- /dev/null
+++ b/tsconfig.json
@@ -0,0 +1,19 @@
+{
+ "compilerOptions": {
+ "module": "commonjs",
+ "target": "es6",
+ "outDir": "out",
+ "rootDir": "src",
+ "lib": [ "es6" ],
+ "sourceMap": true
+ },
+ "include": [
+ "src"
+ ],
+ "exclude": [
+ "node_modules"
+ ],
+ "references": [
+ { "path": "./client" }
+ ]
+} \ No newline at end of file