ci: stuff

This commit is contained in:
Dax Raad 2025-10-14 14:34:19 -04:00
commit 0c022ef39d
11 changed files with 106 additions and 73 deletions

View file

@ -0,0 +1,8 @@
{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "@tsconfig/bun/tsconfig.json",
"compilerOptions": {
"lib": ["ESNext", "DOM", "DOM.Iterable"],
"noUncheckedIndexedAccess": false
}
}