cloudaxe-opencode/packages/sdk/js/tsconfig.json

14 lines
339 B
JSON
Raw Permalink Normal View History

2025-07-31 05:00:29 +00:00
{
"$schema": "https://json.schemastore.org/tsconfig.json",
"extends": "@tsconfig/node22/tsconfig.json",
"compilerOptions": {
"outDir": "dist",
"module": "nodenext",
2025-07-31 05:00:29 +00:00
"declaration": true,
"moduleResolution": "nodenext",
2025-09-27 08:10:56 +00:00
"lib": ["es2022", "dom", "dom.iterable"]
2025-07-31 05:00:29 +00:00
},
2025-10-31 19:07:36 +00:00
"include": ["src"],
"exclude": ["src/gen"]
2025-07-31 05:00:29 +00:00
}