Closed yankeeinlondon closed 3 years ago
ping me if you want to pair on this
@nam-hle
Upgraded to
6.3.0
and can no longer build using Typescriptstsc
compiler due to upstream issues in Table. When publishing library code I would strongly suggest using the strictest setting in Typescript (not sure if that's what the issue is but I suspect that's why you didn't see it).It's possible -- but unlikely -- that this issue is on my end. I will roll back to prior release for now.
Hi @ksnyde, the problem is not about strict mode, I turned on all strict settings. It’s from I did not turn on lib check (skipLibCheck) when testing in the user land. I also fixed it in #153.
Cheers.
This issue is fixed in #153. Please close this.
Thanks for doing this. My table-based life has improved already. :)
Upgraded to
6.3.0
and can no longer build using Typescriptstsc
compiler due to upstream issues in Table. When publishing library code I would strongly suggest using the strictest setting in Typescript (not sure if that's what the issue is but I suspect that's why you didn't see it).It's possible -- but unlikely -- that this issue is on my end. I will roll back to prior release for now.