We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d78902f commit a35adddCopy full SHA for a35addd
eslint.config.js
@@ -193,7 +193,7 @@ export default [
193
JQuery: "readonly",
194
},
195
parserOptions: {
196
- project: true,
+ projectService: true,
197
tsConfigRootDir: import.meta.dirname,
198
199
tsconfig.json
@@ -35,9 +35,6 @@
35
"composite": true,
36
37
"exclude": [
38
- // Type stubs are not part of the top-level project.
39
- "web/src/types",
40
-
41
// This is a separate package with its own TypeScript configuration.
42
"help-beta",
43
0 commit comments