mirror of
https://fastgit.cc/https://github.com/anomalyco/opencode
synced 2026-04-21 05:10:58 +08:00
14 lines
335 B
JSON
14 lines
335 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig.json",
|
|
"extends": "@tsconfig/node22/tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "src",
|
|
"outDir": "dist",
|
|
"module": "nodenext",
|
|
"declaration": true,
|
|
"moduleResolution": "nodenext",
|
|
"lib": ["es2022", "dom", "dom.iterable"]
|
|
},
|
|
"include": ["src"]
|
|
}
|