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.
2 parents ff563a1 + 6bb0692 commit a9eac61Copy full SHA for a9eac61
tsconfig.json
@@ -1,6 +1,8 @@
1
{
2
"compilerOptions": {
3
- "target": "es6",
+ "target": "es5",
4
+ "lib": ["es6"],
5
+ "downlevelIteration": true,
6
"module": "commonjs",
7
"noImplicitAny": true,
8
"strict": true,
0 commit comments