llm-to-agent/tsconfig.json
2026-07-10 15:58:32 +08:00

11 lines
210 B
JSON

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