mirror of
https://gitee.com/antv/g6.git
synced 2024-12-02 11:48:29 +08:00
b7bbc29704
* refactor: remove g6-plugin-map-view and react-node * refactor: adjust exports * chore: update deps, use turbo to batch build * feat(3d): init g6-extension-3d package * chore: update turbo config * refactor: fix cr issues
8 lines
114 B
JSON
8 lines
114 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "lib"
|
|
},
|
|
"extends": "../../tsconfig.json",
|
|
"include": ["src/**/*"]
|
|
}
|