mirror of
https://github.com/status-im/status-web.git
synced 2025-01-09 20:26:02 +00:00
81153a3d98
* 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
9 lines
155 B
JSON
9 lines
155 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"include": ["src"],
|
|
"compilerOptions": {
|
|
"outDir": "./dist",
|
|
"declarationDir": "./dist/types"
|
|
}
|
|
}
|