mirror of
https://gitee.com/antv/g6.git
synced 2024-11-30 18:58:34 +08:00
14 lines
236 B
JSON
14 lines
236 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"target": "ESNext",
|
|
"jsx": "react",
|
|
"lib": ["dom"],
|
|
"paths": {
|
|
"@antv/g6": ["../g6/lib/index"]
|
|
}
|
|
},
|
|
"include": ["example/**/*"],
|
|
"exclude": ["node_modules"]
|
|
}
|