Files
netris-nestri/packages/function/tsconfig.json
2025-10-25 22:11:33 +03:00

13 lines
245 B
JSON

{
"extends": "@tsconfig/node22/tsconfig.json",
"compilerOptions": {
"module": "esnext",
"jsx": "react-jsx",
"moduleResolution": "bundler",
"noUncheckedIndexedAccess": true,
"paths": {
"@/*": ["./src/*"]
}
}
}