honojs-middleware/packages/firebase-auth/tsconfig.build.json

9 lines
157 B
JSON
Raw Normal View History

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"outDir": "dist",
"types": ["@cloudflare/workers-types"]
},
"references": []
}