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