From 742098838f354995c6c940bd42fa0ca1c93e5f7e Mon Sep 17 00:00:00 2001 From: Ivan Kasenkov Date: Thu, 9 Sep 2021 12:40:35 +0300 Subject: [PATCH] Enable all strict type checking options by default --- ts/tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/ts/tsconfig.json b/ts/tsconfig.json index e27ffb7..0f2653b 100644 --- a/ts/tsconfig.json +++ b/ts/tsconfig.json @@ -1,5 +1,6 @@ { "compilerOptions": { + "strict": true, "target": "ESNext", "module": "ESNext", "moduleResolution": "node",