Files
toknd_auth/tsconfig.json
T
me 72357ed9ee
CI / build (push) Successful in 23s
refactor: modularize template view (#4)
Co-authored-by: ramvignesh-b <ramvignesh-b@github.com>
Reviewed-on: #4
2026-05-11 22:45:11 +00:00

15 lines
297 B
JSON

{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "bundler",
"strict": true,
"skipLibCheck": true,
"jsx": "react-jsx",
"jsxImportSource": "hono/jsx",
"lib": ["ESNext"],
"types": ["node", "bun-types"]
},
"include": ["src/**/*", "tests/**/*"]
}