mirror of
https://github.com/ershisan99/mlb-overlay-server.git
synced 2025-12-16 05:09:30 +00:00
22 lines
407 B
JSON
22 lines
407 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"verbatimModuleSyntax": true,
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"baseUrl": "./",
|
|
"paths": {
|
|
"@/*": ["./src/*"]
|
|
},
|
|
"outDir": "./dist",
|
|
"types": [
|
|
"bun"
|
|
],
|
|
"composite": true,
|
|
"jsx": "react-jsx",
|
|
"jsxImportSource": "hono/jsx"
|
|
}
|
|
}
|