mirror of
https://gitee.com/antv/g6.git
synced 2024-12-02 03:38:20 +08:00
a0271bf2f1
* refactor(element): support disable animation in state animation * chore: remove global.d.ts, update tsconfig * refactor: update global script, add addPanel function * docs: add animation examples
17 lines
277 B
JSON
17 lines
277 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"jsx": "react",
|
|
"lib": ["dom"],
|
|
"paths": {
|
|
"@antv/g6": ["../g6/lib/index"]
|
|
},
|
|
"module": "CommonJS"
|
|
},
|
|
"include": [".dumirc.ts"],
|
|
"ts-node": {
|
|
"esm": true
|
|
}
|
|
}
|