in my project I use 2 different tsconfig files
tsconfig.json
tsconfig.specs.json
- for testing
how can I tell Intellij Idea to use both?
i.e. In Settings
- Langauges & Frameworks
- TypeScript
I can switch between different Compile scope
s, but the Options
are not per compile scope (but only once per project).
Notes:
- I use IntelliJ IDEA Ultimate 18.2.5
- I found a related issue WEB-15538: TypeScript WebStorm 10 EAP: Scope & by module configuration- but maybe this was only fixed for WebStorm - not in Idea Ultimate?