groupe-sii / sonar-web-frontend-plugin

Sonar plugin to add metrics for web technologies (JS, CSS, HTML, SASS, AngularJS...)
Apache License 2.0
115 stars 26 forks source link

How to confugure plugin for TypeScript? #40

Open fetis opened 7 years ago

fetis commented 7 years ago

Hello guys.

I would like to use that plugin for my TS-based project. Currently I have to compile all .ts files and run test as .js, but I see in configuration example that I can provide testing results directly for TypeScript? Can you explain how can I do this? Is it something that need to be setup on Jasmine level?