diff --git a/src/support_code_library_builder/sourced_parameter_type_registry.ts b/src/support_code_library_builder/sourced_parameter_type_registry.ts index c2d2f035a..0fcebd724 100644 --- a/src/support_code_library_builder/sourced_parameter_type_registry.ts +++ b/src/support_code_library_builder/sourced_parameter_type_registry.ts @@ -1,5 +1,7 @@ -import { ParameterTypeRegistry } from '@cucumber/cucumber-expressions' -import ParameterType from '@cucumber/cucumber-expressions/dist/cjs/src/ParameterType' +import { + ParameterType, + ParameterTypeRegistry, +} from '@cucumber/cucumber-expressions' import { ILineAndUri } from '../types' export class SourcedParameterTypeRegistry extends ParameterTypeRegistry {