UNPKG

hey-api-builders

Version:

A custom plugin for @hey-api/openapi-ts that generates mock data builders with a lightweight custom runtime, Zod integration, or static mock generation.

24 lines (22 loc) 411 B
{ "compilerOptions": { "target": "ES2020", "module": "CommonJS", "outDir": "dist", "rootDir": "src", "strict": true, "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "skipLibCheck": true, "declaration": true, "declarationMap": true, "sourceMap": true }, "include": [ "src/**/*.ts" ], "exclude": [ "node_modules", "dist" ] }