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
I found this issue but is closed: #6591
Always
No response
This breaks lint-staged behaviour in monorepos as lint-staged picks individually the staged files before being commited
running
tsc --noEmit --pretty
targeting an specific folder, ignores the tsconfig. And there is no way to pass it as a project
Either grab the tsconfig.ts from the current path, or at least dont block us from manually pointing to a tsconfig.file using -project
The text was updated successfully, but these errors were encountered:
This is working as intended and documented: https://www.typescriptlang.org/docs/handbook/tsconfig-json.html
When input files are specified on the command line, tsconfig.json files are ignored.
tsconfig.json
You want #27379.
Sorry, something went wrong.
Ah YES! Thanks closing this one.
No branches or pull requests
π Search Terms
I found this issue but is closed:
#6591
π Version & Regression Information
Always
β― Playground Link
No response
π» Code
This breaks lint-staged behaviour in monorepos as lint-staged picks individually the staged files before being commited
π Actual behavior
running
targeting an specific folder, ignores the tsconfig. And there is no way to pass it as a project
π Expected behavior
Either grab the tsconfig.ts from the current path, or at least dont block us from manually pointing to a tsconfig.file using -project
Additional information about the issue
No response
The text was updated successfully, but these errors were encountered: