ci: ignore

This commit is contained in:
Dax Raad
2025-08-02 18:54:57 -04:00
parent d3ca086b59
commit 765c149bba
8 changed files with 15 additions and 8 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"$schema": "https://json.schemastore.org/package.json",
"version": "0.0.0-202508022246",
"version": "0.3.113",
"name": "opencode",
"type": "module",
"private": true,
+5
View File
@@ -2,6 +2,11 @@
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "@tsconfig/bun/tsconfig.json",
"compilerOptions": {
"lib": [
"ESNext",
"DOM",
"DOM.Iterable"
],
"customConditions": [
"development"
]