Duplicated from discussion-bot/webhook
5064319
1
2
3
4
5
6
7
8
{ /// We can target es2022 according to https://github.com/tsconfig/bases/blob/main/bases/node18.json "compilerOptions": { "target": "es2022", "module": "commonjs", "alwaysStrict": true, } }