AIvoices/server-cloudflare/tsconfig.json
2026-04-17 12:08:44 +05:30

13 lines
324 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", "src/**/*.d.ts", "models/**/*.ts"]
}