Source code

Revision control

Copy as Markdown

Other Tools

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