mirror of
https://gitee.com/antv/g6.git
synced 2024-12-02 03:38:20 +08:00
79c18aa59d
* feat(elements): add html node * fix: fix issue that unexpected invoke sequence cause exception * refactor: adjust exports * feat(react): create g6-extension-react * test: update test case * chore: update dependencies * fix: fix cr issue * chore: adjust jest config
8 lines
106 B
JSON
8 lines
106 B
JSON
{
|
|
"compilerOptions": {
|
|
"paths": {}
|
|
},
|
|
"include": ["src/**/*"],
|
|
"extends": "./tsconfig.json"
|
|
}
|