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
Currently, if you pass a tsconfig.json to good-fences with project references from typescript>=3.0.0, it doesn't pick up all the files to parse.
tsconfig.json
good-fences
typescript>=3.0.0
Current workaround is to use a separate config that doesn't use project references.
The text was updated successfully, but these errors were encountered:
May need new APIs described by microsoft/TypeScript#28640.
Sorry, something went wrong.
No branches or pull requests
Currently, if you pass a
tsconfig.json
togood-fences
with project references fromtypescript>=3.0.0
, it doesn't pick up all the files to parse.Current workaround is to use a separate config that doesn't use project references.
The text was updated successfully, but these errors were encountered: