UNPKG

fastify-schema-to-ts

Version:

just use your fastify-schemas directly in typescript

12 lines (11 loc) 208 B
{ "extends": "fastify-tsconfig", "compilerOptions": { "outDir": "./dist", "declaration": true, }, "exclude": [ "./node_modules", "types/**/*.test-d.ts" ] }