Typescript relative path support
typing a long relative path is actually irritating for everyone,
There is relative path support in typescript as given here https://www.typescriptlang.org/docs/handbook/module-resolution.html.
I tried using paths set in tsconfig.json but angular-ide doesn't support that. but it is working.
Even though it works, angular ide still reports module not found error. I

-
Swapna commented
Sibriaj, We do support relative paths. Can you please post the issue you are seeing in the Webclipse forums? https://www.genuitec.com/forums/topics/webclipse/webclipse-help/
Please share with us more details about the paths set in the tsconfig.json and how you are accessing it in the typescript file.