{ "compilerOptions": { "target": "ES2022", "module": "ESNext", "moduleResolution": "Bundler", "strict": true, "noUncheckedIndexedAccess": true, "exactOptionalPropertyTypes": true, "useUnknownInCatchVariables": true, "noEmit": true, "lib": ["ES2022", "WebWorker"], "types": [] }, "include": ["src/decode-history-worker.ts"] }