snort/functions/tsconfig.json
2023-03-30 10:25:36 +01:00

8 lines
158 B
JSON

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