mirror of https://gitee.com/antv-l7/antv-l7
19 lines
471 B
JSON
19 lines
471 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"noEmit": false,
|
|
"emitDeclarationOnly": true,
|
|
"declaration": true,
|
|
"rootDir": "./",
|
|
"baseUrl": "./",
|
|
"paths": {
|
|
"@antv/async-hook": ["packages/async-hook/src"],
|
|
"@antv/l7-*": ["packages/*/src"],
|
|
"@antv/l7": ["packages/l7/src"],
|
|
"*": ["node_modules", "packages"]
|
|
}
|
|
},
|
|
"exclude": ["**/*.story.*", "**/__tests__/**/*", "**/*.spec.*", "dist"],
|
|
"include": []
|
|
}
|