g6/packages/react-node/tsconfig.json

17 lines
349 B
JSON
Raw Normal View History

2023-02-02 10:31:36 +08:00
{
"compilerOptions": {
"strict": true,
"declaration": true,
"skipLibCheck": true,
2023-02-02 10:31:36 +08:00
"esModuleInterop": true,
"jsx": "react",
2023-02-02 10:31:36 +08:00
"baseUrl": "./",
"paths": {
"@@/*": [".dumi/tmp/*"],
"@antv/g6-react-node": ["src"],
"@antv/g6-react-node/*": ["src/*", "*"]
}
2023-02-02 10:31:36 +08:00
},
"include": [".dumirc.ts", "src/**/*"]
2023-02-02 10:31:36 +08:00
}