g6/packages/site/tsconfig.json

16 lines
293 B
JSON

{
"compilerOptions": {
"baseUrl": ".",
"target": "ESNext",
"jsx": "react",
"lib": ["dom"],
"types": ["node"],
"paths": {
"@antv/g6": ["../g6/lib/index"]
},
"typeRoots": ["global.d.ts"]
},
"include": ["example/**/*"],
"exclude": ["node_modules"]
}