You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Parsing error: ESLint was configured to run on `<tsconfigRootDir>/src\globals.d.ts` using `parserOptions.project`: <tsconfigRootDir>/tsconfig.node.json
However, that TSConfig does not include this file. Either:
- Change ESLint's list of included files to not include this file
- Change that TSConfig to include this file
- Create a new TSConfig that includes this file and include it in your parserOptions.project
See the typescript-eslint docs for more info: https://typescript-eslint.io/troubleshooting/typed-linting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-fileeslint
The text was updated successfully, but these errors were encountered:
z91300
changed the title
如果想单独开发app,能给点思路如何操作吗?tsconfig如何与大仓解除关联
使用 vscode 工作区的方式单独开发app子项目,提示Parsing error: ESLint was configured......
Dec 11, 2024
如果想使用 vscode 工作区的方式单独开发app子项目,大佬能给点思路如何操作吗?目的就是为了使开发更专注方便。
工作区目录示例
-- 总工程
---- apps
------ A 项目
-- A项目
---- src
-------- views
目前尝试后任意ts文件都会eslint报错
The text was updated successfully, but these errors were encountered: