Elotech-Dev / angular-seed-lazy-aot

2 stars 0 forks source link

How can I turn off typescript linter for this app in a build and serve? #9

Closed markoddi01 closed 7 years ago

markoddi01 commented 7 years ago

I have a lot of tyepscript errors that I will fix later.

I just want to disable the ts linter so I can test my app working.

netstart commented 7 years ago

Modify tslint.json

markoddi01 commented 7 years ago

Thank you @netstart