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

9 lines
157 B
JSON
Raw Normal View History

2025-04-01 06:23:20 +08:00
{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"outDir": "dist",
"types": ["@cloudflare/workers-types"]
},
"references": []
}