AIvoices/server-cloudflare/tsconfig.json
2026-04-17 10:49:40 +05:30

13 lines
307 B
JSON

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