UNPKG

@yuntools/ali-alb

Version:

阿里云 ALB 负载均衡模块封装,支持 ESM,CJS 导入,提供 TypeScript 类型定义

20 lines (19 loc) 364 B
{ "extends": "../../tsconfig.json", "compilerOptions": { "baseUrl": ".", "incremental": true, "module": "ESNext", "moduleResolution": "node", "outDir": "dist", "paths": { "~/*": ["./src/*"], "@/*": ["./test/*"] }, "target": "ES2022", "tsBuildInfoFile": ".tsbuildinfo" }, "include": [ "src/**/*.ts" ] }