{ "extends": "../../tsconfig.json", "compilerOptions": { "composite": true, "noEmit": false, "declaration": true, "outDir": "./service-worker", "target": "ES2022", "lib": ["ES2022", "WebWorker", "DOM", "DOM.Iterable"], "module": "ES2022", "moduleResolution": "bundler", "allowSyntheticDefaultImports": true, "esModuleInterop": true, "skipLibCheck": true, "strict": false, "types": ["vite/client"], "tsBuildInfoFile": "./service-worker/.tsbuildinfo" }, "include": ["src/plugin-service-worker.ts"], "exclude": ["**/*.test.ts", "**/*.spec.ts"] }