mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-29 21:19:48 +00:00
Share: sync
This commit is contained in:
parent
59d43fa5da
commit
83974e0c95
26 changed files with 2695 additions and 0 deletions
8
app/packages/function/tsconfig.json
Normal file
8
app/packages/function/tsconfig.json
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"$schema": "https://json.schemastore.org/tsconfig",
|
||||
"extends": "@tsconfig/node22/tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "bundler"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue