We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8e30f8 commit f5ba9dcCopy full SHA for f5ba9dc
package.json
@@ -58,7 +58,7 @@
58
"eslintConfig": {
59
"parser": "@typescript-eslint/parser",
60
"parserOptions": {
61
- "ecmaVersion": "2018",
+ "ecmaVersion": "2019",
62
"sourceType": "module"
63
},
64
"plugins": [
tsconfig.json
@@ -1,9 +1,9 @@
1
{
2
"compilerOptions": {
3
"module": "commonjs",
4
- "target": "es2018",
+ "target": "es2019",
5
"outDir": "dist",
6
- "lib": ["es2018"],
+ "lib": ["es2019"],
7
"sourceMap": true,
8
"rootDir": ".",
9
"strict": true,
0 commit comments