{ "extends": "./tsconfig.json", "compilerOptions": { "rootDir": ".", "noEmit": true, "types": [], "moduleResolution": "bundler", "lib": ["ES2022", "WebWorker"] }, "include": ["web/crypto.worker.ts", "src/**/*.ts"] }