mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-29 13:09:46 +00:00
sdk: build to dist/ instead of dist/src (#14383)
This commit is contained in:
parent
1c2416b6de
commit
443214871e
3 changed files with 6 additions and 4 deletions
|
|
@ -7,7 +7,8 @@
|
|||
"declaration": true,
|
||||
"moduleResolution": "nodenext",
|
||||
"lib": ["es2022", "dom", "dom.iterable"],
|
||||
"composite": true
|
||||
"composite": true,
|
||||
"rootDir": "src"
|
||||
},
|
||||
"include": ["src"]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue