27 Star 5 Fork 3

openKylin/ide-python

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.extension.json 535 Bytes
一键复制 编辑 原始数据 按行查看 历史
chenxi 提交于 2024-10-08 11:44 +08:00 . 初始化
{
"compilerOptions": {
"baseUrl": ".",
"module": "commonjs",
"target": "es6",
"outDir": "out",
"lib": [
"es6",
"es2018",
"ES2019",
"ES2020",
],
"sourceMap": true,
"rootDir": "src",
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true,
"noImplicitThis": false
},
"exclude": [
"node_modules",
".vscode-test",
".vscode test",
"build"
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/openkylin/ide-python.git
git@gitee.com:openkylin/ide-python.git
openkylin
ide-python
ide-python
master

搜索帮助