mirror of
https://gitee.com/antv/g6.git
synced 2024-12-03 12:18:40 +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
13 lines
239 B
JSON
13 lines
239 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"jsx": "react-jsx",
|
|
"outDir": "lib",
|
|
"paths": {
|
|
"@antv/g6": ["../g6/src/index.ts"]
|
|
}
|
|
},
|
|
"extends": "../../tsconfig.json",
|
|
"include": ["src/**/*", "__tests__/**/*"]
|
|
}
|