whdemo / tsconfig.json
Charlie
initialise webhook example
59ff286
raw
history blame contribute delete
208 Bytes
{
/// We can target es2022 according to https://github.com/tsconfig/bases/blob/main/bases/node18.json
"compilerOptions": {
"target": "es2022",
"module": "commonjs",
"alwaysStrict": true
}
}