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