wallet-core/.vscode
Florian Dold 5e6cc41b7a
fix issues with circular imports
Parts of this commit are from a patch by sebasjm.  The circular imports
caused an issue with webpack.  While we don't use webpack in the wallet,
the wallet should still be importable by webpack.

Some packages were importing their dependencies via "index.js", which
re-exports public exports of the package.  This resulted in circular
dependencies which were resolved correctly by rollup, but not by
webpack.
2021-06-02 13:56:29 +02:00
..
extensions.json editor config 2020-11-25 16:41:58 +01:00
settings.json fix issues with circular imports 2021-06-02 13:56:29 +02:00
tasks.json add typescript build task 2020-08-20 13:54:52 +05:30