g6/packages/site/tsconfig.json
Aaron 06432a3904
chore(site): update deploy.yml, packages.json, tsconfig.json (#5733)
* refactor(site): fix clear doc script

* chore(site): update deploy.yml, packages.json, tsconfig.json
2024-05-13 16:56:48 +08:00

14 lines
241 B
JSON

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