mirror of
https://gitee.com/antv/g6.git
synced 2024-12-04 04:38:55 +08:00
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__/**/*"]
|
||
|
}
|