commit 76b71541407eb882ad1129600713b49fa000b22c
parent 160fa8b87d6d695553eb3b9e2992bc441b215361
Author: mark <mkennedy@mozilla.com>
Date: Thu, 2 Oct 2025 16:24:55 +0000
Bug 1990504 - Exclude custom lit.all.mjs file from type check r=hjones
Differential Revision: https://phabricator.services.mozilla.com/D266009
Diffstat:
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,