Update tsconfig.json

This commit is contained in:
syuilo 2023-09-01 13:46:07 +09:00
parent e70df49a98
commit 05bfb6cec6
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
"allowUnusedLabels": false,
"allowUnreachableCode": false,
"exactOptionalPropertyTypes": true,
"noEmitOnError": false,
"noFallthroughCasesInSwitch": true,
"noImplicitOverride": true,
"noImplicitReturns": true,