tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit 3c8ee1c288fa100b17779e6e78917969a92fa13e
parent 3b08e71bb5bef3f2ad259f0ab86f93aef85cd149
Author: mark <mkennedy@mozilla.com>
Date:   Wed,  1 Oct 2025 18:43:57 +0000

Bug 1990504 - Expose Setting and Preferences types that are implicitly any r=hjones

Differential Revision: https://phabricator.services.mozilla.com/D266007

Diffstat:
Mbrowser/components/preferences/tsconfig.json | 1+
Mtoolkit/content/tsconfig.json | 1+
2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/browser/components/preferences/tsconfig.json b/browser/components/preferences/tsconfig.json @@ -8,6 +8,7 @@ ], "exclude": ["tests", "../../../toolkit/content/widgets/vendor"], "compilerOptions": { + "noImplicitAny": true, "checkJs": true, "plugins": [ { diff --git a/toolkit/content/tsconfig.json b/toolkit/content/tsconfig.json @@ -6,6 +6,7 @@ "./preferencesBindings.js" ], "compilerOptions": { + "noImplicitAny": true, "checkJs": true, "plugins": [ {