tor-browser

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

commit 07c9e545921ccaa37bc81d3c5803a8573c9413d2
parent abe7692c971a64f0ab74bd03da764d474013bdfe
Author: mark <mkennedy@mozilla.com>
Date:   Wed,  1 Oct 2025 18:43:58 +0000

Bug 1990504 - Exclude custom lit.all.mjs file from type check r=hjones

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

Diffstat:
Mtoolkit/content/tsconfig.json | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/toolkit/content/tsconfig.json b/toolkit/content/tsconfig.json @@ -5,6 +5,7 @@ "widgets/**/*.mjs", "./preferencesBindings.js" ], + "exclude": ["widgets/vendor/lit.all.mjs"], "compilerOptions": { "noImplicitAny": true, "checkJs": true,