Skip to content

Commit

Permalink
fix error "Cannot find type definition file for fs-capacitor" during …
Browse files Browse the repository at this point in the history
…bit-build (#6573)
  • Loading branch information
davidfirst authored Oct 20, 2022
1 parent 9383759 commit 8eeece8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion workspace.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,9 @@
"react-router-dom": "^6.0.0"
}
},
"overrides": {
"@types/fs-capacitor": "2.0.0"
},
"linkCoreAspects": false,
"nodeLinker": "hoisted",
"nodeVersion": "14.19.3",
Expand Down Expand Up @@ -924,4 +927,4 @@
}
}
}
}
}

0 comments on commit 8eeece8

Please sign in to comment.