Files
opencode/packages/core/tsconfig.json
Dax Raad a0f7731ef4 progress
2026-04-19 20:33:46 -04:00

16 lines
421 B
JSON

{
"$schema": "https://www.schemastore.org/tsconfig",
"_version": "24.0.0",
"compilerOptions": {
"lib": ["es2024", "ESNext.Array", "ESNext.Collection", "ESNext.Error", "ESNext.Iterator", "ESNext.Promise"],
"module": "nodenext",
"moduleResolution": "nodenext",
"target": "es2024",
"noUncheckedIndexedAccess": false,
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true
}
}