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