snort/functions/tsconfig.json

9 lines
145 B
JSON
Raw Permalink Normal View History

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