Skip to content

Commit 81fbf43

Browse files
author
Mark Molinaro
authored
fix: typings change based on other commit
1 parent 5170ecc commit 81fbf43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const defaultExtensions = [
2626

2727
export const interfaceVersion = 2
2828

29-
export interface TsResolverOptions {
29+
type TsResolverOptions = SyncOpts & {
3030
alwaysTryTypes?: boolean
3131
/**
3232
* @deprecated use `project` instead

0 commit comments

Comments
 (0)