AWP/tsconfig.json
2026-02-06 14:31:20 +02:00

10 lines
184 B
JSON

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