mirror of
https://gitee.com/antv/g6.git
synced 2024-12-04 20:59:15 +08:00
06432a3904
* refactor(site): fix clear doc script * chore(site): update deploy.yml, packages.json, tsconfig.json
14 lines
241 B
JSON
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"]
|
|
}
|