Using the following versions of arrow and typescript:
@apache-arrow/ts: 0.13.0
typescript: 3.5.1
I get a slew of errors like the following on compilation:
ERROR in [at-loader] ../../node_modules/@apache-arrow/ts/vector/base.ts:69:16
TS2589: Type instantiation is excessively deep and possibly infinite.
I am new to Arrow and relatively new to Typescript, so please let me know any additional information that would be helpful and I am happy to provide. Thanks!