antv-l7/tsconfig.build.json

14 lines
277 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"noEmit": false,
"emitDeclarationOnly": true,
"declaration": true,
"rootDir": "./",
"baseUrl": "./",
},
"exclude": ["**/*.story.*", "**/__tests__/**/*", "**/*.spec.*", "dist"],
"include": []
}