cloudaxe-opencode/packages/ai/tsconfig.json

13 lines
309 B
JSON
Raw Permalink Normal View History

{
2026-07-15 19:17:33 +00:00
"$schema": "https://json.schemastore.org/tsconfig.json",
"extends": "@tsconfig/bun/tsconfig.json",
"compilerOptions": {
2026-07-15 19:17:33 +00:00
"rootDir": "src",
"outDir": "dist",
"declaration": true,
"lib": ["ESNext", "DOM", "DOM.Iterable"],
2026-07-15 19:17:33 +00:00
"noUncheckedIndexedAccess": false
},
"include": ["src"]
}