1 Star 0 Fork 54

王冰冰 / 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"]
}
}
TypeScript
1
https://gitee.com/bing-bing-wang2021/X6.git
git@gitee.com:bing-bing-wang2021/X6.git
bing-bing-wang2021
X6
X6
master

搜索帮助