github.com/evanw/esbuild/internal/resolver.TSConfigJSON.BaseURLForPaths (field)

7 uses

	github.com/evanw/esbuild/internal/resolver (current package)
		resolver.go#L775: 	if result.Paths != nil && !r.fs.IsAbs(result.BaseURLForPaths) {
		resolver.go#L776: 		result.BaseURLForPaths = r.fs.Join(fileDir, result.BaseURLForPaths)
		resolver.go#L1271: 	absBaseURL := tsConfigJSON.BaseURLForPaths
		tsconfig_json.go#L22: 	BaseURLForPaths string
		tsconfig_json.go#L123: 					result.BaseURLForPaths = *result.BaseURL
		tsconfig_json.go#L125: 					result.BaseURLForPaths = "."