We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07f30fd commit 95b9babCopy full SHA for 95b9bab
tsconfig.json
@@ -2,7 +2,7 @@
2
"compilerOptions": {
3
"module": "commonjs",
4
"target": "es6",
5
- "lib": [ "es2015", "dom" ],
+ "lib": [ "es2017", "dom" ],
6
"outDir": "./dist",
7
"noImplicitAny": true,
8
"downlevelIteration": true,
0 commit comments