UNPKG

fastify-cli

Version:

Run a fastify route with one command!

14 lines (13 loc) 240 B
{ "extends": "fastify-tsconfig", "compilerOptions": { "esModuleInterop": true, "noEmit": true }, "include": [ "routes/**/*.ts", "plugins/**/*.ts", "test/**/*.ts", "app.ts" ] }