Files
toknd_auth/tsconfig.json

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/**/*"]
}