16 lines
415 B
JSON
16 lines
415 B
JSON
{
|
|
"compilerOptions": {
|
|
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.worker.tsbuildinfo",
|
|
"target": "ES2022",
|
|
"lib": ["ES2022"],
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"noEmit": true,
|
|
"isolatedModules": true,
|
|
"types": ["@cloudflare/workers-types"]
|
|
},
|
|
"include": ["src/worker/**/*.ts", "worker-configuration.d.ts"]
|
|
}
|