Ai
1 Star 0 Fork 0

chris/vscode-python

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.startPage-ui.json 713 Bytes
一键复制 编辑 原始数据 按行查看 历史
Ian Huff 提交于 2020-10-24 08:08 +08:00 . No DS merge into main (#14447)
{
"compilerOptions": {
"baseUrl": ".",
"module": "esnext",
"moduleResolution": "node",
"importHelpers": true,
"target": "es5",
"outDir": "out",
"lib": ["es6", "dom"],
"jsx": "react",
"sourceMap": true,
"rootDirs": ["node_modules/vsls", "src", "types"],
"paths": {
"*": ["types/*"]
},
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true,
"noImplicitThis": false,
"noUnusedLocals": true,
"noUnusedParameters": false,
"strict": true
},
"exclude": [".vscode-test", ".vscode test", "src/test", "src/server", "src/client", "build"]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/chriswang521/vscode-python.git
git@gitee.com:chriswang521/vscode-python.git
chriswang521
vscode-python
vscode-python
16102-jupyter-dependency

搜索帮助