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,