@kekkai/blueprint / OwnedPackage
Interface: OwnedPackage
Defined in: config/types.ts:17
A package a layer owns, restricting where it may be imported.
Properties
exempt?
optionalexempt?:string[]
Defined in: config/types.ts:25
File globs exempt from this restriction.
imports?
optionalimports?:string[]
Defined in: config/types.ts:21
Restrict to specific named imports, e.g. ['createContext'].
package
package:
string
Defined in: config/types.ts:19
Package / module specifier, e.g. axios or react.
pattern?
optionalpattern?:boolean
Defined in: config/types.ts:23
Treat package as a glob group instead of an exact path.
