Interface: ResolverOptions¶
Defined in: resolver/src/resolver.ts:12
Options for the resolver.
Extends¶
Extended by¶
Properties¶
cache?¶
optionalcache:boolean
Defined in: resolver/src/resolver.ts:14
Whether to cache resolved ASTs. Defaults to true.
localPath?¶
optionallocalPath:string
Defined in: resolver/src/loader.ts:13
Base path for local/relative file resolution
Inherited from¶
registryPath¶
registryPath:
string
Defined in: resolver/src/loader.ts:11
Base path for registry lookups (@namespace/...)