I tried out 12.1.2 (IU-129.354) after being on 12.0.1 for a while and reopened my maven project which uses lots of TypeScript files and most of them are full of lots of red errors where it fails to find defintions, types, functions & properties - when this worked fine in 12.0.1.
Is there any clever tricks to get 12.1.x to work nicely again?
e.g. here's the project I re-opened:
https://github.com/hawtio/hawtio
its a multi-project maven build; this child project has all the TypeScript
https://github.com/hawtio/hawtio/tree/master/hawtio-web
all the typescript definition files are here:
https://github.com/hawtio/hawtio/tree/master/hawtio-web/src/main/d.ts
and the modules and source files here:
https://github.com/hawtio/hawtio/tree/master/hawtio-web/src/main/webapp/app
is there some way to setup what the source paths are that TypeScript should use? I tried adding either d.ts and webapps/app or webapps as Source folders in the project structure (and tried on the Web config too) with no joy.