mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-28 12:39:43 +00:00
feat: add @opencode-ai/util package with utility functions
This commit is contained in:
parent
a0fe59ab75
commit
21b6e5404e
5 changed files with 57 additions and 0 deletions
14
packages/util/tsconfig.json
Normal file
14
packages/util/tsconfig.json
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"target": "ESNext",
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "bundler",
|
||||
"skipLibCheck": true,
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"esModuleInterop": true,
|
||||
"allowJs": true,
|
||||
"noEmit": true,
|
||||
"strict": true,
|
||||
"isolatedModules": true
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue