g6/packages/site/tsconfig.json

16 lines
266 B
JSON
Raw Normal View History

2023-08-24 10:17:57 +08:00
{
"extends": "../../tsconfig.json",
2023-08-24 10:17:57 +08:00
"compilerOptions": {
"baseUrl": ".",
"jsx": "react",
"lib": ["dom"],
"paths": {
"@antv/g6": ["../g6/lib/index"]
}
2023-08-25 10:37:47 +08:00
},
"include": [".dumirc.ts", "global.d.ts"],
"ts-node": {
"esm": true
}
2023-08-24 10:17:57 +08:00
}