1 Star 0 Fork 59

buyaopa/X6

forked from antv/X6 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 491 Bytes
一键复制 编辑 原始数据 按行查看 历史
bubkoo 提交于 2021-04-06 09:32 . build: 📦️ use es2020
{
"exclude": ["node_modules", "**/es", "**/lib"],
"compilerOptions": {
"module": "commonjs",
"moduleResolution": "node",
"sourceMap": true,
"declaration": true,
"skipLibCheck": true,
"esModuleInterop": true,
"noImplicitAny": true,
"noEmitOnError": true,
"noUnusedLocals": true,
"strictNullChecks": true,
"resolveJsonModule": true,
"experimentalDecorators": true,
"jsx": "react",
"target": "es5",
"lib": ["DOM", "ES2020"]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/haoyj/X6.git
[email protected]:haoyj/X6.git
haoyj
X6
X6
master

搜索帮助