From d6a84ff50e159606009cfb9e611d3ef30d822de5 Mon Sep 17 00:00:00 2001 From: Conicaw Date: Fri, 29 Dec 2023 20:29:24 -0600 Subject: [PATCH] refactor(ts): make consistent with other packages Make consistent with other packages commit-id:3a9a4cd2 --- tsconfig.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index d515684..4c6f234 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -31,8 +31,9 @@ "sourceMap": true, "outDir": "./dist", "rootDir": "./lib", - "strictPropertyInitialization": false, - "resolveJsonModule": true + "strictPropertyInitialization": true, + "resolveJsonModule": true, + "strictNullChecks": true }, "include": [ "lib/**/*"