antv-l7/packages/map/tsconfig.build.json

13 lines
234 B
JSON
Raw Permalink Normal View History

2020-06-09 21:39:32 +08:00
{
"extends": "../../tsconfig.build.json",
"compilerOptions": {
"declarationDir": "./es",
"rootDir": "./src",
2020-06-22 16:19:13 +08:00
"baseUrl": "./",
"paths": {
"*": ["node_modules", "typings/*"]
}
2020-06-09 21:39:32 +08:00
},
"include": ["./src"]
2020-06-22 16:19:13 +08:00
}