{
  "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
      }
    ]
  }
}
