mirror of
https://fastgit.cc/https://github.com/anomalyco/opencode
synced 2026-04-20 21:00:29 +08: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
|
|
}
|
|
}
|