ci: format

This commit is contained in:
Dax Raad 2025-09-09 23:43:37 -04:00
commit 38e8c42cf0
68 changed files with 965 additions and 1062 deletions

View file

@ -2,13 +2,7 @@
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "@tsconfig/bun/tsconfig.json",
"compilerOptions": {
"lib": [
"ESNext",
"DOM",
"DOM.Iterable"
],
"customConditions": [
"development"
]
"lib": ["ESNext", "DOM", "DOM.Iterable"],
"customConditions": ["development"]
}
}