organicmaps-website/functions/tsconfig.json
Alexander Borsuk f898e5d7e5 Serve localized donation page
Signed-off-by: Alexander Borsuk <me@alex.bio>
2022-11-20 19:16:32 +01:00

8 lines
145 B
JSON

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