g6/packages/site/tsconfig.json
Yuxin bfbade2541
feat: generate behavior/plugin api docs by code annotations (#5669)
* refactor: extract api

* feat: generate behavior api docs by code annotations
2024-04-24 15:33:33 +08:00

17 lines
292 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"baseUrl": ".",
"jsx": "react",
"lib": ["dom"],
"paths": {
"@antv/g6": ["../g6/lib/index"]
},
"module": "CommonJS"
},
"include": [".dumirc.ts", "global.d.ts"],
"ts-node": {
"esm": true
}
}