mirror of
https://gitee.com/antv/g6.git
synced 2024-11-30 10:48:24 +08:00
ced681f309
* feat: api reference builder * chore: generate api docs before build site --------- Co-authored-by: yvonneyx <banxuan.zyx@antgroup.com>
16 lines
266 B
JSON
16 lines
266 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"jsx": "react",
|
|
"lib": ["dom"],
|
|
"paths": {
|
|
"@antv/g6": ["../g6/lib/index"]
|
|
}
|
|
},
|
|
"include": [".dumirc.ts", "global.d.ts"],
|
|
"ts-node": {
|
|
"esm": true
|
|
}
|
|
}
|