This commit is contained in:
Asaki Yuki 2026-02-22 13:21:24 +07:00
parent 63315c35c4
commit e162ff9207
8 changed files with 50 additions and 22 deletions

3
config.d.ts vendored
View file

@ -1,4 +1,4 @@
import { BindingItem, Variable } from "./src/types/properties/value.ts"
import { Variable } from "./src/types/properties/value.ts"
export interface RetBindingValue {
generate_bindings?: Array<{ source_property_name: string; target_property_name: string }>
@ -13,6 +13,7 @@ export interface Config {
autoEnable?: boolean
gdkUserId?: string
fixInventoryItemRenderer?: boolean
buildFolder?: string
}
packinfo?: {
name?: string