Skip to content

Commit

Permalink
Add typescript as dependency
Browse files Browse the repository at this point in the history
So that `npm test` works consistently.
  • Loading branch information
artemave committed Oct 30, 2023
1 parent 1790063 commit 93eddba
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 15 additions & 1 deletion package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"devDependencies": {
"@types/node": "^20.8.7",
"eslint": "^8.51.0",
"mime-types": "^2.1.35"
"mime-types": "^2.1.35",
"typescript": "^5.2.2"
},
"eslintConfig": {
"parserOptions": {
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"compilerOptions": {
"allowJs": true,
"checkJs": true,
"module": "nodenext",
"moduleResolution": "nodenext",
"target": "es2020",
"lib": [
Expand Down

0 comments on commit 93eddba

Please sign in to comment.