Files
website/functions/tsconfig.json
vato007 e0c12292cd
All checks were successful
release / Publish to Cloudflare Pages (push) Successful in 1m6s
Add a contact form to the resume (#1)
Reviewed-on: #1
2025-02-03 18:10:09 +10:30

13 lines
250 B
JSON

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