llm-to-agent/tsconfig.json
2026-08-21 16:33:06 +08:00

11 lines
210 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "esnext",
"moduleResolution": "bundler",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"types": ["node"]
}
}