24 Star 0 Fork 0

openKylin/ide-vscode-java-dependency

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 494 Bytes
一键复制 编辑 原始数据 按行查看 历史
Shi Chen 提交于 2021-07-28 15:09 . chore: Support command tests (#519)
{
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"outDir": "out",
"lib": [
"es6"
],
"sourceMap": true,
"rootDir": ".",
"noUnusedLocals": true,
"noImplicitThis": true,
"noImplicitAny": true,
"noImplicitReturns": true,
"noUnusedParameters": true,
"strictNullChecks": true,
"alwaysStrict": true
},
"exclude": [
"node_modules",
".vscode-test",
"test-resources"
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/openkylin/ide-vscode-java-dependency.git
git@gitee.com:openkylin/ide-vscode-java-dependency.git
openkylin
ide-vscode-java-dependency
ide-vscode-java-dependency
master

搜索帮助