turbo-secure-storage
turbo-secure-storage copied to clipboard
Issue with module resolution in 0.1.2
On installing 0.1.2 version of op-s2 vscode suddenly starts complaining.
On downgrading to 0.1.1 the problem goes away. This is baffling since I see no commits between these 2 versions which could cause this. Was something changed in the way the module is published?
Repro here
- https://github.com/peterlazar1993/NewProject/tree/main
- https://github.com/peterlazar1993/NewProject/tree/op-s2/0.1.1
If you do a pure tsc check does it complain? If not it's probably a pure VSCode issue
Just running tsc errors out as well
Should be fixed now (0.1.7), I re-added the build preparation step. Shouldn't be necessary but at least it works.