g6/packages/g6-extension-3d/tsconfig.json

12 lines
215 B
JSON
Raw Permalink Normal View History

{
"compilerOptions": {
"strict": true,
"outDir": "lib",
"paths": {
"@antv/g6": ["../g6/src/index.ts"]
}
},
"extends": "../../tsconfig.json",
"include": ["src/**/*", "__tests__/**/*"]
}