16 lines
290 B
JSON
16 lines
290 B
JSON
{
|
|
"compilerOptions": {
|
|
"ignoreDeprecations": "6.0",
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"types": ["bun"],
|
|
"baseUrl": ".",
|
|
"moduleResolution": "bundler",
|
|
"paths": {
|
|
"@/*": ["src/*"]
|
|
},
|
|
"jsx": "react-jsx",
|
|
"jsxImportSource": "hono/jsx"
|
|
}
|
|
}
|