Daniel Cottone

Results 14 comments of Daniel Cottone

@HyperBrain That setting does appear to be working for me. I'll look into using `fork-ts-checker-webpack-plugin` to maintain type checking. Thanks!

@Birowsky Seems to work. Only gripe I could have is that the type checking doesn't fail fast; if you would prefer to check types before you even start the build,...

@HyperBrain @VuBui83 I've also experienced the same problem; setting `transpileOnly: true` makes a huge difference but I still get crashes around 30 functions. I've also gone the route of manually...