Manuel Thalmann
Manuel Thalmann
Awesome! Thank you so much 😄
Looks like [`eslint-plugin-import/no-extraneous-dependencies`](https://github.com/benmosher/eslint-plugin-import/blob/2057c05fabdb0924b3bd0bd50c2cf434c7b67f9e/docs/rules/no-extraneous-dependencies.md) in combination with these rules suits my needs. Leaving this open in case you want to make some changes anyways
> Edit: > I just noticed this error confusingly only occurs if you're compiling `.ts`-code using the `--build` command line switch, so opening an issue @ TypeScript might be a...
> Incremental TypeScript compilation is not supported. My project contains references and therefore requires `composite: true` to be set. Are typescript projects with references not supported either?
Got it! Thanks for taking time to answer to my issue though
> I see that the extension is available on open-vsx, but it says the owner is not verified. I guess the service account "open-vsx" did it and it can be...
@a-b-r-o-w-n is there something specific missing in `@types/yeoman-environment`?
I finally found some time to refactor the type declarations of `yeoman-environment`. I opened up a new PR just a few seconds ago. Stay tuned. https://github.com/DefinitelyTyped/DefinitelyTyped/pull/58614
Sadly, I could only boil this down to 2 resolve-processes which had different results, so we might have a tough time working out what we have to change. ### Resolve-Calls...
So my idea based on this is the following: * Create 2 instances of `ResolveSync`: One with the `alias`, one without the `alias` setting * If the results are different...