AISummary-Cloudflare/tsconfig.json

15 lines
290 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"lib": ["ES2022", "WebWorker"],
"module": "ES2022",
"moduleResolution": "Bundler",
"strict": true,
"skipLibCheck": true,
"types": ["@cloudflare/workers-types"],
"noEmit": true
},
"include": ["src/**/*.ts"]
}