g6/packages/site/tsconfig.json
2023-08-25 10:37:47 +08:00

14 lines
236 B
JSON

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