72357ed9ee
CI / build (push) Successful in 23s
Co-authored-by: ramvignesh-b <ramvignesh-b@github.com> Reviewed-on: #4
15 lines
297 B
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/**/*"]
|
|
}
|