mirror of
https://gitee.com/antv/g6.git
synced 2024-11-29 18:28:19 +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
20 lines
470 B
JSON
20 lines
470 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowSyntheticDefaultImports": true,
|
|
"declaration": true,
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"isolatedModules": true,
|
|
"module": "esnext",
|
|
"moduleResolution": "Node",
|
|
"pretty": true,
|
|
"resolveJsonModule": true,
|
|
"skipLibCheck": true,
|
|
"sourceMap": true,
|
|
"strict": true,
|
|
"target": "esnext",
|
|
"types": ["node", "@types/jest"]
|
|
},
|
|
"exclude": ["node_modules"]
|
|
}
|