加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 657 Bytes
一键复制 编辑 原始数据 按行查看 历史
Frederic Collonval 提交于 2020-03-26 19:29 . Switch to eslint
{
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"composite": true,
"declaration": true,
"esModuleInterop": true,
"incremental": true,
"inlineSources": true,
"jsx": "react",
"module": "esnext",
"moduleResolution": "node",
"noEmitOnError": true,
"noImplicitAny": true,
"noUnusedLocals": true,
"outDir": "lib",
"preserveWatchOutput": true,
"resolveJsonModule": true,
"rootDir": "src",
"sourceMap": true,
"sourceRoot": "./@jupyterlab/git/src",
"strict": true,
"strictNullChecks": false,
"target": "es2017",
"types": ["jest"]
},
"include": ["src/**/*"]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化