Replies: 1 comment
-
Have you tried reviewing https://github.com/TypeStrong/ts-node#help-my-types-are-missing? It looks like this would be related to how you resolve that |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
hi all, i’m using cucumber with typescript
the problem is when i run cucumber with
--require-module ts-node/register
, ts-node cannot recognize the globally defined types in index.d.ts and throws this errorhere’s my configuration files:
i’ve tried everything i can do, but it still doesnt work
any help would be grateful!
Beta Was this translation helpful? Give feedback.
All reactions