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