webhook / tsconfig.json
michaelbeale-il's picture
Duplicate from discussion-bot/webhook
357cc18
{
/// We can target es2022 according to https://github.com/tsconfig/bases/blob/main/bases/node18.json
"compilerOptions": {
"target": "es2022",
"module": "commonjs",
"alwaysStrict": true,
}
}