Skip to content

Commit

Permalink
Install @types/leaflet
Browse files Browse the repository at this point in the history
Even though the file that uses leaflet hasn't been converted to
TypeScript, it still gets run through tsc so types are required.
  • Loading branch information
victorlin committed Apr 14, 2023
1 parent 99f8c48 commit 5ce2ed1
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
31 changes: 31 additions & 0 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@
"yaml-front-matter": "^4.0.0"
},
"devDependencies": {
"@types/leaflet": "^1.9.3",
"@types/node": "^18.15.11",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"@typescript-eslint/parser": "^5.57.0",
Expand Down

0 comments on commit 5ce2ed1

Please sign in to comment.