Enable LLMs to handle webhooks with plaintext files
1{
2 "compilerOptions": {
3 "target": "ES2022",
4 "module": "NodeNext",
5 "moduleResolution": "NodeNext",
6 "strict": true,
7 "exactOptionalPropertyTypes": true,
8 "noUncheckedIndexedAccess": true,
9 "declaration": true,
10 "declarationMap": true,
11 "sourceMap": true,
12 "esModuleInterop": false,
13 "skipLibCheck": true
14 }
15}