denis-haskin-elemental commented on issue #33577:
URL: https://github.com/apache/beam/issues/33577#issuecomment-2589940998
I wonder if this may be a Typescript configuration issue. I'm not an expert
here. Here's my tsconfig (and in my test code I'm doing all my imports with
`import`):
```
{
"compilerOptions": {
"target": "es2016",
"module": "commonjs",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true,
"outDir": "dist/"
},
"include": ["src/**/*"]
}
```
--
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]