Files

10 lines
184 B
JSON
Raw Permalink Normal View History

2025-10-10 14:49:19 +02:00
{
"compilerOptions": {
"target": "ES2019",
"module": "ESNext",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true
},
"include": ["agent/**/*.ts"]
}