Quantcast
Channel: exports is not defined in Typescript - Stack Overflow
Browsing index pages (2 articles)

exports is not defined in Typescript

I add JQuery in Typescript but I have this error:Uncaught ReferenceError: exports is not definedCode TS:import * as $ from 'jquery' $('.test').click(function(eventObject){ alert('med'); }) code js:"use...

View Article


Answer by federico scamuzzi for exports is not defined in Typescript

have you tried with...declare var $ :any $('.test').click(function(eventObject){ alert('med'); })

View Article

Browsing index pages (2 articles)


Latest Images