API Reference / @gtkx/codegen / StoreOptions
Type Alias: StoreOptions
StoreOptions =
object
Defined in: codegen/dist/store/store-fs.d.ts:2
Where one generated store is written and how it is reached.
Properties
linkDir
linkDir:
string
Defined in: codegen/dist/store/store-fs.d.ts:6
Path the store is symlinked at, which is the specifier's resolution target under node_modules.
storeDir
storeDir:
string
Defined in: codegen/dist/store/store-fs.d.ts:4
Directory the generated package is written to, replaced atomically on each run.
version
version:
string
Defined in: codegen/dist/store/store-fs.d.ts:8
Version stamped on the store's package.json, taken from the dependency the store is generated for.