I'm trying to set up Emacs with Typescript and Angular, using tide
and ng2-mode
. I'm having issues with enabling tslint
in flycheck
. My source directory is as follows:
app-dir - here is the tslint.json file
app-dir/src/main.ts - here, tslint is working normally
app-dir/src/app/app.component.ts - here tslint is not working at all, flycheck doesn't see any checker :/
Can you help me, how can I debug this?