{
"compilerOptions": {
"target": "ES2019",
"module": "ESNext",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true
},
"include": ["agent/**/*.ts"]
}