bluelovers / idea-run-typescript

IntelliJ IDEA (and WebStorm...) plugin to support 'TypeScript' as a run configuration
https://plugins.jetbrains.com/plugin/10841-run-configuration-for-typescript
76 stars 14 forks source link

Cannot use aliases when debugging ts file #11

Closed TacB0sS closed 4 years ago

TacB0sS commented 4 years ago

Since aliases are defined in the tsconfig file, and since the plugin is probably using some generic tsconfig and I cannot override it with mine with the aliases, thus the project does not compile when trying to run it in debug

Running the file works cause I can define the tsconfig the build should use...

TacB0sS commented 4 years ago

I was under the assumption that the run would work, but seems that even though I specify the correct tsconfig, compiler still cannot resolve aliases!!