{ "compilerOptions": { "target": "ES2022", "module": "ESNext", "moduleResolution": "bundler", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "outDir": "dist", "rootDir": "src", "declaration": false, "sourceMap": true, "lib": ["ES2022", "DOM"], "types": ["chrome"] }, "include": ["src/**/*.ts"] }