mirror of https://gitee.com/antv-l7/antv-l7
14 lines
286 B
JSON
14 lines
286 B
JSON
|
{
|
||
|
"extends": "../../tsconfig.build.json",
|
||
|
"compilerOptions": {
|
||
|
"noEmit": true,
|
||
|
"emitDeclarationOnly": false,
|
||
|
"declarationDir": "./es",
|
||
|
"rootDir": "./",
|
||
|
"baseUrl": "./",
|
||
|
"paths": {
|
||
|
"*": ["node_modules", "typings/*"]
|
||
|
}
|
||
|
},
|
||
|
"include": ["site.ts"]
|
||
|
}
|