pequalsnp commented on issue #26299:
URL: https://github.com/apache/beam/issues/26299#issuecomment-1581003161
I am in the same state, I get errors immediately trying to import the
library. I have tried version `2.46.0` and `2.48.0` and I get this same error
```
TS7016: Could not find a declaration file for module 'apache-beam'.
'/Users/kylegalloway/src/github.com/BeReal-App/backend/node_modules/apache-beam/dist/src/apache_beam/index.js'
implicitly has an 'any' type.
Try `npm i --save-dev @types/apache-beam` if it exists or add a new
declaration (.d.ts) file containing `declare module 'apache-beam';`
1 | import { Injectable } from '@nestjs/common';
> 2 | import * as beam from 'apache-beam';
| ^^^^^^^^^^^^^
3 | import * as yargs from 'yargs';
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]