Files
mark 7f4ed95508 Bug 1989309 - Add and use Lit Types r=frontend-codestyle-reviewers,Standard8,mstriemer
* Add Lit types in bundle-lit.sh that will get auto-generated with mach vendor command

* Add "lit" that aliases to lit types in toolkit/content/widgets/vendor/lit.all.d.ts to avoid the super long path resolution

Differential Revision: https://phabricator.services.mozilla.com/D259851
2025-11-07 15:56:47 +00:00

19 lines
364 B
JSON

{
"extends": "../../tools/@types/tsconfig.json",
"include": [
"preferences/*.mjs",
"widgets/**/*.mjs",
"./preferencesBindings.js"
],
"compilerOptions": {
"noImplicitAny": true,
"checkJs": true,
"plugins": [
{
"transform": "../../tools/ts/plugins/checkRootOnly.js",
"transformProgram": true
}
]
}
}