Thanks Ivo, but doesn’t work.
I created my solution like described on angular.io cookbook:
https://angular.io/docs/ts/latest/cookbook/visual-studio-2015.html
root
— app
— main.ts
— app.module.ts
— app.component.ts
index.html
package.json
systmjs.config.js
tsconfig.json
This basic project run correctly.
Then I copied jqwidgets and jqwidgets-ts folders on root.
What must I do after that?
Thanks a lot!