webhook / tsconfig.json
julien-c's picture
julien-c HF staff
All scaffolding
2e22a88 verified
{
/// We can target es2022 according to https://github.com/tsconfig/bases/blob/main/bases/node18.json
"compilerOptions": {
"target": "es2022",
"module": "commonjs",
"alwaysStrict": true,
}
}