amati/apps/backend/tsconfig.json
2024-05-29 16:50:46 +07:00

15 lines
267 B
JSON

{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "Bundler",
"strict": true,
"types": ["node"],
"jsx": "react-jsx",
"jsxImportSource": "hono/jsx",
"noEmit": true,
"skipLibCheck": true
},
"include": ["src/**/*"]
}