mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-28 12:39:43 +00:00
Fix ESM imports for @opencode-ai/plugin (#16916)
This commit is contained in:
parent
94c128f73b
commit
bb232247d0
3 changed files with 7 additions and 7 deletions
|
|
@ -3,9 +3,9 @@
|
|||
"extends": "@tsconfig/node22/tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"outDir": "dist",
|
||||
"module": "preserve",
|
||||
"module": "nodenext",
|
||||
"declaration": true,
|
||||
"moduleResolution": "bundler",
|
||||
"moduleResolution": "nodenext",
|
||||
"lib": ["es2022", "dom", "dom.iterable"]
|
||||
},
|
||||
"include": ["src"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue