We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 866f32f commit 5170eccCopy full SHA for 5170ecc
src/index.ts
@@ -76,6 +76,7 @@ export function resolve(
76
let foundNodePath: string | null | undefined
77
try {
78
foundNodePath = tsResolve(mappedPath ?? source, {
79
+ ...options,
80
extensions: options.extensions ?? defaultExtensions,
81
basedir: path.dirname(path.resolve(file)),
82
packageFilter: options.packageFilter ?? packageFilterDefault,
0 commit comments