We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f4ddb3 commit 05c7202Copy full SHA for 05c7202
tsconfig.json
@@ -1,7 +1,7 @@
1
{
2
"compilerOptions": {
3
"module": "commonjs",
4
- "target": "ESNext",
+ "target": "es2017",
5
"noImplicitAny": false,
6
"sourceMap": false,
7
"rootDir": "src",
0 commit comments