/intellij-ts-path-bug

Demonstrates a bug in IntelliJ 2023.3 with TypeScript paths

Primary LanguageTypeScript

IntelliJ 2023.1 TypeScript paths and import unused bug

This is a minimal reproduction of a bug in IntelliJ 2023.1 where IntelliJ doesn't recognize TypeScript tsconfig.paths and flags unused imports incorrectly.

See IDEA-317661 for updates.

IntelliJ incorrectly shows the function someAlphaFunction as unused. The function is used by bravo.ts.

Screenshot 2023-04-10 at 1 56 02 PM