We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2eda26 commit d884984Copy full SHA for d884984
tsconfig.json
@@ -1,7 +1,7 @@
1
{
2
"include": ["src/**/*"],
3
"compilerOptions": {
4
- "target": "ESNext",
+ "target": "ES2015",
5
"strict": true,
6
"allowJs": true,
7
"declaration": true,
0 commit comments