zap.stream/functions/tsconfig.json
Kieran 84bbc5fbef
Some checks reported errors
continuous-integration/drone/push Build encountered an error
feat: opengraph tag injector
2024-01-10 14:36:35 +00:00

9 lines
145 B
JSON

{
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"lib": ["esnext"],
"types": ["@cloudflare/workers-types"]
}
}