Enable LLMs to handle webhooks with plaintext files
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 15 lines 346 B view raw
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}