From b47283c7bc0a9445852528b7e173c270790a786b Mon Sep 17 00:00:00 2001 From: Natsuki Ikeguchi Date: Fri, 8 Sep 2023 01:24:21 +0900 Subject: [PATCH] fix: Use strict TypeScript --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index ff95ced..284c35a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,8 @@ { "compilerOptions": { "module": "CommonJS", - "target": "ES2022" + "target": "ES2022", + "strict": true }, "exclude": [ "node_modules"