mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-12 08:45:38 +02:00
12 lines
270 B
JSON
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"]
|
|
}
|
|
}
|