{ "compilerOptions": { "target": "ES2022", "module": "ESNext", "moduleResolution": "Bundler", "lib": ["ES2022", "DOM"], "types": ["chrome", "firefox-webext-browser"], "allowJs": false, "strict": false, "noImplicitAny": true, "noEmit": true, "skipLibCheck": true }, "include": ["extension/src/**/*.ts"] }