great-agent/tsconfig.base.json
2026-08-12 15:18:51 +08:00

17 lines
369 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "Bundler",
"strict": true,
"noUncheckedIndexedAccess": true,
"exactOptionalPropertyTypes": true,
"verbatimModuleSyntax": true,
"skipLibCheck": true,
"types": ["bun"],
"declaration": true,
"declarationMap": true,
"sourceMap": true
}
}