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
|
|
|
}
|