From e2ed932802a02a6d50684447e2c1d53bcb76eb8c Mon Sep 17 00:00:00 2001 From: Leibale Eidelman Date: Sat, 10 Jul 2021 02:41:53 -0400 Subject: [PATCH] Update tsconfig.json --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 291599ce22..1da4af7f74 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "target": "ES2019", + "lib": ["ES2019", "ES2020.BigInt", "ES2020.String", "ES2020.Symbol.WellKnown"], "module": "CommonJS", "moduleResolution": "Node", "esModuleInterop": true,