Skip to content

Commit

Permalink
ci: Add @argcis/core typings
Browse files Browse the repository at this point in the history
To hopefully fix these errors when running in a CI:

> Error: src/components/MapRenderer/useEffects.ts(2,26): error TS2307: Cannot find module '@arcgis/core/symbols/MeshSymbol3d' or its corresponding type declarations.
Error: src/components/MapRendererUtils/box.ts(9,26): error TS2307: Cannot find module '@arcgis/core/symbols/MeshSymbol3d' or its corresponding type declarations.
  • Loading branch information
maxpatiiuk committed Sep 10, 2023
1 parent 290eacb commit fa45ada
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 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 @@ -18,6 +18,7 @@
"devDependencies": {
"@maxxxxxdlp/eslint-config": "^5.0.0",
"@maxxxxxdlp/eslint-config-react": "^3.0.0",
"@types/arcgis-js-api": "^4.27.0",
"@types/node": "^20.5.6",
"@types/react": "^18.2.7",
"@types/react-dom": "^18.2.4",
Expand Down

0 comments on commit fa45ada

Please sign in to comment.