mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
16 lines
327 B
JSON
16 lines
327 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig.json",
|
|
"extends": "@tsconfig/node22/tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"module": "preserve",
|
|
"declaration": true,
|
|
"moduleResolution": "bundler",
|
|
"customConditions": [
|
|
"development"
|
|
]
|
|
},
|
|
"include": [
|
|
"src"
|
|
]
|
|
}
|