Files
weather-api/tsconfig.json
EdgeOne Pages d22628f972 feat: init
2025-12-31 17:08:26 +08:00

15 lines
289 B
JSON

{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "Bundler",
"strict": true,
"skipLibCheck": true,
"lib": [
"ESNext"
],
"jsx": "react-jsx",
"jsxImportSource": "hono/jsx",
"types": ["@edgeone/ef-types"]
},
}