build system

This commit is contained in:
Asaki Yuki 2026-02-02 15:12:31 +07:00
parent 33a13cb1cc
commit 5730c94552
10 changed files with 32023 additions and 19272 deletions

5
config.d.ts vendored
View file

@ -3,7 +3,10 @@ import { Variable } from "./src/types/properties/value.ts"
export interface Config {
compiler?: {
enabled?: boolean
linked?: boolean
autoImport?: boolean
importToPreview?: boolean
autoEnable?: boolean
gdkUserId?: string
}
packinfo?: {
name?: string