mirror of
https://gitee.com/antv/g6.git
synced 2024-12-04 12:49:04 +08:00
a31abe4c9e
* feat: add scaffold for creating G6 extension
8 lines
106 B
JSON
8 lines
106 B
JSON
{
|
|
"compilerOptions": {
|
|
"paths": {}
|
|
},
|
|
"include": ["src/**/*"],
|
|
"extends": "./tsconfig.json"
|
|
}
|