std/strict-ts44.tsconfig.json
Kitson Kelly b7c61a27a7
chore: updates related to TypeScript 4.4 (#1171)
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2021-08-31 14:39:04 +10:00

7 lines
90 B
JSON

{
"compilerOptions": {
"strict": true,
"useUnknownInCatchVariables": true
}
}