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 c4ab7f5 + a8af15d commit 08406d4Copy full SHA for 08406d4
package.json
@@ -5,7 +5,7 @@
5
"scripts": {
6
"build": "npm run lint && npm run compile",
7
"compile": "tsc",
8
- "lint": "npx eslint --ext .ts src"
+ "lint": "eslint --ext .ts src"
9
},
10
"repository": {
11
"type": "git",
tsconfig.json
@@ -19,7 +19,7 @@
19
20
"resolveJsonModule": true,
21
"sourceMap": true,
22
- "target": "es5"
+ "target": "ES2022"
23
24
"include": ["src"],
25
"exclude": [
0 commit comments