-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
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
Feature request: Nx.dev compatibility #32
Comments
Hi, you can quickly fix it either by renaming {
"extends": "./tsconfig.base.json",
}
|
I tried both of your suggests, but I run
Any ideas? It's a pretty plain Nx repo |
Does your project include any typescript files? That error is thrown only when either there's no TS files or every TS file is ignored with |
Yes, I only have mostly .tsx and .ts files. And a couple of .js files. I don't have any @ts-strict-ignore's |
@binary64 I currently have the same issue, have you found a solution yet? |
Same here. Looks like this plugin lacks support for entry points for projects with multiple tsconfig files. |
Hi I love the idea of your plugin. I'm trying to get it to work in my monorepo, which uses Nx.dev.
Here's how you can get a repo locally to test with:
I currently get this error
Many thanks!
The text was updated successfully, but these errors were encountered: