g6/packages/site/tsconfig.json
Yuxin ced681f309
feat: api reference builder (#5347)
* feat: api reference builder

* chore: generate api docs before build site

---------

Co-authored-by: yvonneyx <banxuan.zyx@antgroup.com>
2024-01-17 09:28:57 +08:00

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
}
}