Files
playzer/apps/backend/tsconfig.json
Jose Selesan 9ae270609d Initial commit
2026-04-08 22:53:11 -03:00

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"
}
}