1
mirror of https://github.com/jakejarvis/shortty.git synced 2025-10-18 14:34:25 -04:00
Files
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"]
}
}