build: strict mode, use esm, and target es2020 (#52)

This commit is contained in:
hiroki osame
2023-02-16 00:35:45 -05:00
committed by GitHub
parent de38c891f5
commit 9ebe807e49
4 changed files with 25 additions and 7 deletions

View File

@@ -10,6 +10,7 @@
"license": "MIT",
"repository": "https://github.com/Nutlope/aicommits",
"author": "Hassan El Mghari (@nutlope)",
"type": "module",
"files": [
"dist"
],
@@ -27,6 +28,7 @@
"devDependencies": {
"@pvtnbr/eslint-config": "^0.33.0",
"@types/ini": "^1.3.31",
"@types/inquirer": "^9.0.3",
"@types/node": "^18.13.0",
"eslint": "^8.34.0",
"typescript": "^4.9.5"