From 5c237084f58d0c56328a3fff487f77567a929708 Mon Sep 17 00:00:00 2001 From: Aarni Koskela Date: Fri, 11 Feb 2022 16:38:09 +0200 Subject: [PATCH] Emstricten tsconfig --- .gitignore | 3 ++- tsconfig.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e23ed7b..6327979 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,8 @@ *.log +*.tsbuildinfo .DS_Store .history .next node_modules out -package-lock.json \ No newline at end of file +package-lock.json diff --git a/tsconfig.json b/tsconfig.json index 3689b66..1138fb9 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,7 +8,7 @@ ], "allowJs": true, "skipLibCheck": true, - "strict": false, + "strict": true, "forceConsistentCasingInFileNames": true, "noEmit": true, "esModuleInterop": true,