diff options
| author | Dax Raad <[email protected]> | 2025-10-10 18:11:19 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-10-10 18:11:19 -0400 |
| commit | f053862018aab62a02ae994dca6bb9b8aabc3298 (patch) | |
| tree | 8e10ce882e7db70228d223404cce31acd8bdf1a2 /packages/console/resource | |
| parent | 69127aeaa0452d69540a480b055fcc878d852c95 (diff) | |
| download | opencode-f053862018aab62a02ae994dca6bb9b8aabc3298.tar.gz opencode-f053862018aab62a02ae994dca6bb9b8aabc3298.zip | |
ci: fix
Diffstat (limited to 'packages/console/resource')
| -rw-r--r-- | packages/console/resource/package.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/console/resource/package.json b/packages/console/resource/package.json index 3f5f54ab6..a59aee750 100644 --- a/packages/console/resource/package.json +++ b/packages/console/resource/package.json @@ -11,5 +11,8 @@ }, "import": "./resource.node.ts" } + }, + "devDependencies": { + "@tsconfig/node22": "22.0.2" } } |
