Files
orionprotocol-sdk/.vscode/settings.json
Aleksandr Kraiz c12a4e8e7a Linter standard (#49)
* Impl

* Fix

* Fix

* Bump

* Bump

* Fix

* Bump
2023-02-14 00:34:37 +04:00

16 lines
337 B
JSON

{
"cSpell.words": [
"ASCENDEX",
"bignumber",
"denormalized",
"KUCOIN",
"orderbook",
"orionprotocol"
],
"markdown.extension.toc.omittedFromToc": {
"./README.md": [
"# Orion Protocol SDK"
]
},
"typescript.tsdk": "node_modules/typescript/lib"
}