3 Star 30 Fork 5

tboox / xmake-vscode

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 281 Bytes
一键复制 编辑 原始数据 按行查看 历史
ruki 提交于 2017-10-01 00:22 . init commit
{
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"outDir": "out",
"lib": [
"es6"
],
"sourceMap": true,
"rootDir": "."
},
"exclude": [
"node_modules",
".vscode-test"
]
}
TypeScript
1
https://gitee.com/tboox/xmake-vscode.git
git@gitee.com:tboox/xmake-vscode.git
tboox
xmake-vscode
xmake-vscode
master

搜索帮助