We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16cd90e commit d55f87bCopy full SHA for d55f87b
tsconfig.json
@@ -4,7 +4,7 @@
4
"inlineSourceMap": true,
5
"inlineSources": true,
6
"module": "ESNext",
7
- "target": "ES6",
+ "target": "ES2018",
8
"allowJs": true,
9
"noImplicitAny": true,
10
"moduleResolution": "node",
0 commit comments