diff --git a/src/index.ts b/src/index.ts index b00e07a..ad49a35 100644 --- a/src/index.ts +++ b/src/index.ts @@ -8,7 +8,7 @@ if (!process[Symbol.for('ts-node.register.instance')]) { }); } -import { HandlerFunction } from 'handler-function'; +import { HandlerFunction } from './handler-function'; /** * Options for setupErrorHandling