build system
This commit is contained in:
parent
33a13cb1cc
commit
5730c94552
10 changed files with 32023 additions and 19272 deletions
5
config.d.ts
vendored
5
config.d.ts
vendored
|
|
@ -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
|
||||
|
|
|
|||
Reference in a new issue