{ "compilerOptions": { "lib": ["ES2022", "WebWorker"], "module": "ESNext", "moduleResolution": "Bundler", "noEmit": true, "noUnusedLocals": true, "noUnusedParameters": true, "skipLibCheck": true, "strict": true, "target": "ES2022", "types": [] }, "include": ["src/**/*.ts"] }