|
|
|
|
|
by kangabru
2154 days ago
|
|
Yeah I had the same issue and have been following the Typescript thread on GH for a while now [1]. But I agree, I actually like using untyped JS for development. What I do now is throw a "tsc --noEmit" call before tests/prod build to type everything before parcel runs. Works well enough. [1] https://github.com/parcel-bundler/parcel/issues/4022 |
|