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

14 lines
276 B
JSON

{
"extends": "@tsconfig/node22/tsconfig.json",
"compilerOptions": {
"declaration": true,
"skipLibCheck": true,
"types": ["node"],
"module": "NodeNext",
"moduleResolution": "NodeNext",
"jsx": "react-jsx",
"jsxImportSource": "hono/jsx"
},
"include": ["src"]
}