28 Star 221 Fork 54

antv / X6

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 491 Bytes
一键复制 编辑 原始数据 按行查看 历史
Ko.Rei 提交于 2023-02-27 11:35 . fix: cannot be invoked without new (#3296)
{
"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": "es6",
"lib": ["DOM", "ES2020"]
}
}
TypeScript
1
https://gitee.com/antv/X6.git
git@gitee.com:antv/X6.git
antv
X6
X6
master

搜索帮助