Source code
Revision control
Copy as Markdown
Other Tools
{
"extends": "../../../tools/@types/tsconfig.json",
"include": [
"**/*.js",
"**/*.mjs",
"../../../toolkit/content/preferencesBindings.js",
"../../../toolkit/content/widgets/**/*.mjs"
],
"exclude": ["tests", "../../../toolkit/content/widgets/vendor"],
"compilerOptions": {
"checkJs": true,
"plugins": [
{
"transform": "../../../tools/ts/plugins/checkRootOnly.js",
"transformProgram": true
}
]
}
}