Skip to content

Commit

Permalink
Add @types dev dependencies
Browse files Browse the repository at this point in the history
Even after #29, this is still helpful when working with checkJs: true.
  • Loading branch information
robinmetral committed Aug 9, 2024
1 parent 0fefefa commit 8bc0d6e
Show file tree
Hide file tree
Showing 2 changed files with 118 additions and 2 deletions.
114 changes: 112 additions & 2 deletions package-lock.json

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

6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,11 @@
"scripts": {
"test": "npm -w www run test",
"release": "npm -w brut publish"
},
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@types/html-minifier-terser": "^7.0.2",
"@types/js-yaml": "^4.0.9",
"@types/mustache": "^4.2.5"
}
}

0 comments on commit 8bc0d6e

Please sign in to comment.