zap.stream/functions/tsconfig.json

9 lines
145 B
JSON
Raw Normal View History

2024-01-10 14:36:21 +00:00
{
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"lib": ["esnext"],
"types": ["@cloudflare/workers-types"]
}
}