How can I get @ts-ignore to work in Meteor?

I’ve been using @ts-ignore in my typescript files which works fine for tslint and the ts compile but the meteor buildpack seems to just ignore the statement and prints out the warning to the console anyway.

Is there a way around this?

i use ts-ignore and it works fine for me?

what is your setup? I am using ts 3.1 and the adornis:typescript package on atmosphere

Ah ok, i’m still using the older one. I’m running an older version of Meteor and ran into a conflict. I’ll have to re-try later (modules is locked to 0.10 for some reason)