Hello,
I’m working in an Angular project which we originally generated through Angular IDE. The product has been really nice for finding errors and syntax issues across TypeScript, HTML, and spec files, which is great because my team is new to Angular.
However, we are now creating our first end-to-end test scripts, but no TypeScript files are being validated within the e2e folder. This makes it really difficult to learn and apply Protractor concepts, which we are still playing with, because we have to keep running “ng e2e” to see if what we’ve written is valid.
More precisely, when I say they are not being validated, I mean that I get no markers or errors as I type anything, even if it’s complete nonsense. If I right-click a file and “validate”, I get no errors or warnings.
I can still run e2e tests and they will pass if written correctly, but this is hurting my productivity a bit as I try to learn Protractor concepts.
Is Angular IDE capable of validating my e2e TypeScript files?
I am using Angular IDE 1.5.0.20170406-1509 with typescript 2.3.4 and tslint 5.4.3.
As far as I know, we have not edited tsconfig.json nor the three extensions of it, including tsconfig.e2e.json.