* 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
19 lines
364 B
JSON
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
|
|
}
|
|
]
|
|
}
|
|
}
|