Skip to content

Commit 08406d4

Browse files
authored
Merge pull request #17 from CodinGame/output-es2022
Output es2022
2 parents c4ab7f5 + a8af15d commit 08406d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"scripts": {
66
"build": "npm run lint && npm run compile",
77
"compile": "tsc",
8-
"lint": "npx eslint --ext .ts src"
8+
"lint": "eslint --ext .ts src"
99
},
1010
"repository": {
1111
"type": "git",

tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"resolveJsonModule": true,
2121
"sourceMap": true,
22-
"target": "es5"
22+
"target": "ES2022"
2323
},
2424
"include": ["src"],
2525
"exclude": [

0 commit comments

Comments
 (0)