snort/functions/tsconfig.json

8 lines
158 B
JSON
Raw Normal View History

2023-03-18 06:58:43 +00:00
{
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"lib": ["esnext"],
"types": ["@cloudflare/workers-types"]
}
}