Skip to content

Commit

Permalink
Update the TypeScript settings [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
cedx committed Jan 27, 2024
1 parent 469961f commit 7841830
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"url": "https://belin.io"
},
"devDependencies": {
"@types/node": "^20.11.7",
"@types/node": "^20.11.8",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"del": "^7.1.0",
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"baseUrl": ".",
"checkJs": true,
"esModuleInterop": true,
"isolatedModules": true,
"module": "NodeNext",
"moduleResolution": "NodeNext",
"noEmit": true,
Expand Down

0 comments on commit 7841830

Please sign in to comment.