ionic-team / ionic-app-scripts

App Build Scripts for Ionic Projects
http://ionicframework.com/
MIT License
608 stars 302 forks source link

Able to ignore tsc errors? #1504

Open liuxh0 opened 5 years ago

liuxh0 commented 5 years ago

Note: for support questions, please use one of these channels:

https://forum.ionicframework.com/ http://ionicworldwide.herokuapp.com/

Short description of the problem:

I'm using serveral code checking options like noUnusedLoclas in tsconfig.json. What I want here is to have an option so that ionic build isn't aborted even if there are tsc errors. Since tsc still generates js files in case of errors, I don't think there are difficulties to continue building.

What behavior are you expecting?

An option to ignore tsc errors.

Steps to reproduce:

n/a

Which @ionic/app-scripts version are you using?

3.2.0

Other information: (e.g. stacktraces, related issues, suggestions how to fix, stackoverflow links, forum links, etc)

n/a