diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2018-12-08 16:22:07 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2018-12-08 16:22:07 +0800 |
commit | 1ebe865f30455bd2b32a576ce69fb86aa344b548 (patch) | |
tree | b34e43eab3861032d54f203f3e81cf37a2674657 /tsconfig.json | |
parent | 61990131380f69fa7a1708fd0fc8d4f6bacf47e5 (diff) | |
download | lua-language-server-1ebe865f30455bd2b32a576ce69fb86aa344b548.zip |
整理js库
Diffstat (limited to 'tsconfig.json')
-rw-r--r-- | tsconfig.json | 19 |
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 |