g6/packages/site/tsconfig.json

14 lines
236 B
JSON
Raw Normal View History

2023-08-24 10:17:57 +08:00
{
"compilerOptions": {
"baseUrl": ".",
"target": "ESNext",
"jsx": "react",
"lib": ["dom"],
"paths": {
"@antv/g6": ["../g6/lib/index"]
}
2023-08-25 10:37:47 +08:00
},
"include": ["example/**/*"],
"exclude": ["node_modules"]
2023-08-24 10:17:57 +08:00
}