Files
DailyHotApi/tsconfig.json
2024-06-12 17:37:37 +08:00

16 lines
351 B
JSON

{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "Bundler",
"declaration": true,
"declarationMap": true,
"strict": false,
"types": ["node"],
"jsx": "react-jsx",
"jsxImportSource": "hono/jsx",
"outDir": "./dist"
},
"exclude": ["node_modules", "*.test.*", "./dist/**/*"]
}