FMHY-Website/api/tsconfig.json
2025-01-01 11:25:05 +00:00

8 lines
132 B
JSON

{
"extends": "../.nitro/types/tsconfig.json",
"compilerOptions": {
"types": [
"@cloudflare/workers-types"
]
}
}