thefrontside / interactors

Composable page objects for components
https://frontside.com/interactors
MIT License
28 stars 3 forks source link

Types are not found when importing `@interactors/html` packages. #276

Open cowboyd opened 1 month ago

cowboyd commented 1 month ago

When we build a file that imports @interactors/html as an ESM module using esbuild it cannot find the types in the path.

typescript [7016]: Could not find a declaration file for module '@interactors/html'. '/home/cowboyd/testkit/node_modules/@interactors/html/dist/esm/index.js' implicitly has an 'any' type.

Interestingly, it can find the types in @interactors/global

cowboyd commented 2 weeks ago

Resolved by #288 which releases 1.0.1