g6/packages/g6-extension-3d/tsconfig.json
Aaron b7bbc29704
refactor: adjust project and add 3d extension package (#5497)
* 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
2024-03-05 19:13:37 +08:00

8 lines
114 B
JSON

{
"compilerOptions": {
"outDir": "lib"
},
"extends": "../../tsconfig.json",
"include": ["src/**/*"]
}