We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f0eb04 commit b53cfffCopy full SHA for b53cfff
src/transpilation/resolve.ts
@@ -41,8 +41,7 @@ class ResolutionContext {
41
) {
42
const unique = [...new Set(options.noResolvePaths)];
43
this.noResolvePaths = unique.map(x => picomatch(x));
44
- this.pathsBase =
45
- options.baseUrl ?? (options.configFilePath ? path.dirname(options.configFilePath) : undefined);
+ this.pathsBase = options.baseUrl ?? (options.configFilePath ? path.dirname(options.configFilePath) : undefined);
46
}
47
48
public addAndResolveDependencies(file: ProcessedFile): void {
0 commit comments