Andrey Timofeev

Results 6 comments of Andrey Timofeev

@ljharb > The CLI is the source of truth, so if vscode is different, it's the one that's broken I think yes, but... It seems to me that vscode linting...

@ljharb @JounQin FYI The problem might be in resolving ts aliases not as internal. I've tried to add this code in config in repro repo: ```js settings: { 'import/internal-regex': '^@my-test-package/'...

@JounQin Could you help me one more time please. Is there any 100% workaround of this problem now? To not specifying every ts alias as internal regex.

@JounQin Hello! Any updates in X version?

> [@chelentos](https://github.com/chelentos) have you solved it? Haven't tried `eslint-plugin-import-x` yet, but solved like this https://github.com/microsoft/vscode-eslint/issues/2006#issuecomment-2858366329

>Then you could configure Knip like this: > > { > "typescript": ["**/tsconfig.json"] > } Unfortunately this approach not working :( get-tsconfig seems as overkill for me, but maybe i'll...