1 Star 0 Fork 108

东_仔 / G6

forked from antv / G6 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 653 Bytes
一键复制 编辑 原始数据 按行查看 历史
陈帅 提交于 2020-02-14 10:10 . chore: prettier all code
{
"compilerOptions": {
"rootDir": "./",
"module": "esnext",
"declaration": true,
"sourceMap": true,
"target": "es5",
"outDir": "lib",
"jsx": "react",
"importHelpers": true,
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"resolveJsonModule": true,
"esModuleInterop": true,
"lib": ["esnext", "dom"],
"types": ["jest"]
},
"include": ["src"],
"typedocOptions": {
"mode": "modules",
"out": "docs/api-ts",
"excludePrivate": true,
"excludeProtected": true,
"excludeExternals": true,
"plugin": "typedoc-plugin-markdown",
"theme": "docusaurus2"
}
}
JavaScript
1
https://gitee.com/wosongjiu/g6.git
git@gitee.com:wosongjiu/g6.git
wosongjiu
g6
G6
master

搜索帮助