From a3bdd947b8ab505d1537ebb5d9618fca71af9ac6 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sun, 15 May 2022 22:38:32 -0700 Subject: [PATCH] Import helpers from tslib (#151) --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 1e4b8ab..be1c6ac 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -13,7 +13,8 @@ "forceConsistentCasingInFileNames": true, "strict": true, "suppressImplicitAnyIndexErrors": true, - "skipLibCheck": true + "skipLibCheck": true, + "importHelpers": true }, "include": ["src/*"] }