mirror of
https://github.com/jakejarvis/shortty.git
synced 2025-04-25 16:35:23 -04:00
12 lines
226 B
JSON
12 lines
226 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"moduleResolution": "node",
|
|
"esModuleInterop": true,
|
|
"strict": true,
|
|
"lib": ["esnext"],
|
|
"types": ["@cloudflare/workers-types"]
|
|
}
|
|
}
|