From f84144872adc4f4e63d8a72df8100183d7f9993c Mon Sep 17 00:00:00 2001 From: BPierrick Date: Mon, 24 Jan 2022 17:58:21 +0100 Subject: [PATCH] fix: auto-imports issue --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index f0956eb..16a5b7e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -17,7 +17,8 @@ "noEmit": true, "noUncheckedIndexedAccess": true, "jsx": "react-jsx", - "downlevelIteration": true + "downlevelIteration": true, + "checkJs": true }, "include": ["src"] }