mirror of https://gitee.com/antv-l7/antv-l7
9 lines
170 B
JSON
9 lines
170 B
JSON
|
{
|
||
|
"extends": "../../tsconfig.build.json",
|
||
|
"compilerOptions": {
|
||
|
"declarationDir": "./es",
|
||
|
"rootDir": "./src",
|
||
|
"baseUrl": "./"
|
||
|
},
|
||
|
"include": ["./src"]
|
||
|
}
|