{ "compilerOptions": { "target": "ES6", "module": "ESNext", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "moduleResolution": "bundler", "outDir": "./dist", "rootDir": "./src", "declaration": false, "types": [ "firefox-webext-browser" ] }, "include": ["./src/**/*.ts"], "exclude": ["./node_modules", "dist"] }