mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-17 12:56:41 +02:00
16 lines
421 B
JSON
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
|
|
}
|
|
}
|