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 7a5dd8a commit c11b79aCopy full SHA for c11b79a
tsconfig.json
@@ -1,8 +1,8 @@
1
{
2
"compilerOptions": {
3
- "target": "ESNext",
+ "target": "ES2019",
4
"module": "CommonJS",
5
- "lib": ["ESNext"],
+ "lib": ["ES2019"],
6
"moduleResolution": "Node",
7
"declaration": true,
8
"declarationMap": false,
0 commit comments