We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50b6d97 commit fff5f7aCopy full SHA for fff5f7a
tsconfig.json
@@ -2,8 +2,8 @@
2
"exclude": ["integrationTests/ts/**/*"],
3
"compilerOptions": {
4
"module": "commonjs",
5
- "lib": ["es2018"],
6
- "target": "es2018",
+ "lib": ["es2019", "es2020.promise", "es2020.bigint", "es2020.string"],
+ "target": "es2019",
7
"noImplicitAny": true,
8
"noImplicitThis": true,
9
"strictNullChecks": true,
0 commit comments