Closed zgosalvez closed 6 years ago
Just updated to taxjar 2.1.1, but running tsc now produces this error:
tsc
node_modules/taxjar/dist/taxjar.d.ts(1,23): error TS2688: Cannot find type definition file for 'bluebird'.
@zgosalvez Sorry about that, I just included the necessary types under dependencies in package.json. Try updating to v2.1.2. Thank you!
dependencies
Just updated to taxjar 2.1.1, but running
tsc
now produces this error: