diff --git a/eslint.config.js b/eslint.config.js index 52b7e1b548..a2309a1491 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -193,7 +193,7 @@ export default [ JQuery: "readonly", }, parserOptions: { - project: true, + projectService: true, tsConfigRootDir: import.meta.dirname, }, }, diff --git a/tsconfig.json b/tsconfig.json index e8945a7efd..48dc757c78 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -35,9 +35,6 @@ "composite": true, }, "exclude": [ - // Type stubs are not part of the top-level project. - "web/src/types", - // This is a separate package with its own TypeScript configuration. "help-beta",