We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Working on a new project at work, but I can't run the app like everybody else can. I get a lot of TS errors that they don't get.
We're all operating on WSL. Any idea what could be up? -- Or should I take this to the TS repo instead?
"react-scripts": "^4.0.1", "typescript": "4.1.3"
The text was updated successfully, but these errors were encountered:
I solved this problem by adding this to package.json:
package.json
"eslintConfig": { "extends": [ "react-app", "react-app/jest" ], "overrides": [ { "files": [ "**/*.ts?(x)" ], "rules": { "no-console": "off" } } ] },
Sorry, something went wrong.
No branches or pull requests
Working on a new project at work, but I can't run the app like everybody else can. I get a lot of TS errors that they don't get.
We're all operating on WSL. Any idea what could be up? -- Or should I take this to the TS repo instead?
The text was updated successfully, but these errors were encountered: