Files
netris-nestri/cloud/packages/functions/tsconfig.json
2025-09-06 16:50:44 +03:00

11 lines
218 B
JSON

{
"extends": "@tsconfig/node20/tsconfig.json",
"compilerOptions": {
"module": "esnext",
"jsx": "react-jsx",
"moduleResolution": "bundler",
"strict": true,
"noUncheckedIndexedAccess": true
}
}