Files
netris-nestri/cloud/packages/functions/tsconfig.json
2025-09-19 23:56:03 +03:00

12 lines
270 B
JSON

{
"extends": "@tsconfig/node20/tsconfig.json",
"compilerOptions": {
"module": "esnext",
"jsx": "react-jsx",
"moduleResolution": "bundler",
"strict": true,
"noUncheckedIndexedAccess": true,
"types": ["@cloudflare/workers-types", "node"]
}
}