mirror of
https://github.com/status-im/dappconnect-chat-sdk.git
synced 2025-01-10 14:05:51 +00:00
680ce2f79b
* fix example hot module replacement * add turbo * migrate to vite * use turbo for running scripts * migrate testing to vitest * set yarn in settings.json * set noEmit in base tsconfig * update yarn.lock * move protos to src * remove relative paths from status-js * remove unused files * update declaration dir * use vite-node as a debugging runtime * fix test * unify tests * fix test case typo
6 lines
122 B
JSON
6 lines
122 B
JSON
{
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|
|
"eslint.packageManager": "yarn",
|
|
"npm.packageManager": "yarn"
|
|
}
|