1 Star 0 Fork 0

chris/vscode-python

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 1.04 KB
一键复制 编辑 原始数据 按行查看 历史
Ian Huff 提交于 2020-10-24 08:08 +08:00 . No DS merge into main (#14447)
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"*": ["types/*"]
},
"module": "commonjs",
"target": "es2018",
"outDir": "out",
"lib": [
"es6",
"es2018",
"dom",
"ES2019",
"ES2020"
],
"jsx": "react",
"sourceMap": true,
"rootDir": "src",
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true,
"strict": true,
"noImplicitAny": true,
"noImplicitThis": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true,
"resolveJsonModule": true,
"removeComments": true
},
"exclude": [
"node_modules",
".vscode-test",
".vscode test",
"src/server/node_modules",
"src/client/node_modules",
"src/server/src/typings",
"src/client/src/typings",
"src/smoke",
"build",
"out",
"tmp"
]
}
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

搜索帮助