mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-24 19:24:22 +01:00
14 lines
354 B
JSON
14 lines
354 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig.json",
|
|
"extends": "@tsconfig/node22/tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"module": "nodenext",
|
|
"declaration": true,
|
|
"moduleResolution": "nodenext",
|
|
"lib": ["es2022", "dom", "dom.iterable"],
|
|
"customConditions": ["development"]
|
|
},
|
|
"include": ["src"]
|
|
}
|