1 Star 0 Fork 40

dawnJun / code-server

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 793 Bytes
一键复制 编辑 原始数据 按行查看 历史
Asher 提交于 2022-03-14 21:37 . chore: move Code to a submodule (#4990)
{
"compilerOptions": {
"target": "es6",
"lib": ["es2020", "dom", "dom.iterable"],
"module": "commonjs",
"moduleResolution": "node",
"strict": true,
"noImplicitReturns": true,
"noUnusedLocals": true,
"forceConsistentCasingInFileNames": true,
"outDir": "./out",
"declaration": false,
"experimentalDecorators": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"sourceMap": true,
"tsBuildInfoFile": "./.cache/tsbuildinfo",
"incremental": true,
"typeRoots": [
"./node_modules/@types",
"./typings",
"./test/node_modules/@types",
"./lib/vscode/src/vs/server/@types"
],
"downlevelIteration": true
},
"include": ["./src/**/*"],
"exclude": ["/test", "/lib", "/ci", "/doc"]
}
TypeScript
1
https://gitee.com/wswj666666/code-server.git
git@gitee.com:wswj666666/code-server.git
wswj666666
code-server
code-server
main

搜索帮助

53164aa7 5694891 3bd8fe86 5694891