Files
netris-nestri/apps/auth/tsconfig.json
2026-08-06 22:13:51 +03:00

12 lines
290 B
JSON

{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "@tsconfig/node22/tsconfig.json",
"compilerOptions": {
"module": "ESNext",
"moduleResolution": "bundler",
"jsx": "preserve",
"jsxImportSource": "react",
"types": ["@cloudflare/workers-types", "node", "bun"]
}
}