diff options
| author | Dax Raad <[email protected]> | 2025-10-14 14:34:19 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-10-14 14:35:04 -0400 |
| commit | 0c022ef39da2724255794484caf5090b2d30efc4 (patch) | |
| tree | e2403be1972384b598cfdf6074ce5d09e5f17fcd /packages/script/tsconfig.json | |
| parent | 717b5446331f8ff3034c0d35b95b832e92ffef49 (diff) | |
| download | opencode-0c022ef39da2724255794484caf5090b2d30efc4.tar.gz opencode-0c022ef39da2724255794484caf5090b2d30efc4.zip | |
ci: stuff
Diffstat (limited to 'packages/script/tsconfig.json')
| -rw-r--r-- | packages/script/tsconfig.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/packages/script/tsconfig.json b/packages/script/tsconfig.json new file mode 100644 index 000000000..00ef12546 --- /dev/null +++ b/packages/script/tsconfig.json @@ -0,0 +1,8 @@ +{ + "$schema": "https://json.schemastore.org/tsconfig", + "extends": "@tsconfig/bun/tsconfig.json", + "compilerOptions": { + "lib": ["ESNext", "DOM", "DOM.Iterable"], + "noUncheckedIndexedAccess": false + } +} |
