{ "compilerOptions": { "target": "ES2022", "lib": ["ES2023"], "module": "ESNext", "moduleResolution": "bundler", "types": [], "strict": true, "noEmit": true, "skipLibCheck": true, "verbatimModuleSyntax": true, "forceConsistentCasingInFileNames": true }, "include": ["worker", "shared", "worker-configuration.d.ts"] }