1
mirror of https://github.com/jakejarvis/shortty.git synced 2025-04-25 16:35:23 -04:00
shortty/tsconfig.json
2025-04-03 15:59:21 -04:00

12 lines
226 B
JSON

{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "node",
"esModuleInterop": true,
"strict": true,
"lib": ["esnext"],
"types": ["@cloudflare/workers-types"]
}
}