tor-browser

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

commit 3387151957a78558057e8820a09f795187633fbc
parent 059e7f1a749f9456f31d2d677d5912b6d5f4a12b
Author: mark <mkennedy@mozilla.com>
Date:   Thu,  2 Oct 2025 16:24:55 +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": [ {