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 ad4a164 commit e48e641Copy full SHA for e48e641
resolver.go
@@ -28,7 +28,8 @@ type Resolver interface {
28
// package.json for resolution.
29
type NodeResolver struct {
30
// BaseURL is the root directory of the project. It serves
31
- // the same purpose as baseUrl in tsconfig.json.
+ // the same purpose as baseUrl in tsconfig.json. If the value is relative,
32
+ // it will be resolved against the current working directory.
33
BaseURL string
34
}
35
0 commit comments