g6/packages/cli/template-extension/tsconfig.build.json
Yuxin a31abe4c9e
feat: add scaffold for creating G6 extension (#5749)
* feat: add scaffold for creating G6 extension
2024-05-20 20:16:07 +08:00

8 lines
106 B
JSON

{
"compilerOptions": {
"paths": {}
},
"include": ["src/**/*"],
"extends": "./tsconfig.json"
}