aboutsummaryrefslogtreecommitdiffstats
path: root/packages/service-shared/tsconfig.json
Commit message (Collapse)AuthorAge
* build: fix test rootDir configurationLibravatar Kristóf Marussy2022-05-27
| | | | | | Each package should load the tests from its src directory only. Signed-off-by: Kristóf Marussy <kristof@marussy.com>
* build: Add prettierLibravatar Kristóf Marussy2022-01-09
| | | | | | | eslint will also enforce prettier rules, so there is no need to call prettier separately in CI. Signed-off-by: Kristóf Marussy <kristof@marussy.com>
* build: Disable single-run eslint-typescriptLibravatar Kristóf Marussy2022-01-09
| | | | | | | | | See https://github.com/typescript-eslint/typescript-eslint/issues/3851 Also upgrades dependencies and simplifies eslint config (used during debugging this issue to eliminate other possible sources of errors.) Signed-off-by: Kristóf Marussy <kristof@marussy.com>
* build: Eslint fixes for multi-module projectLibravatar Kristóf Marussy2022-01-09
| | | | Signed-off-by: Kristóf Marussy <kristof@marussy.com>
* build: Simplify type declaration generationLibravatar Kristóf Marussy2021-12-28
|
* feat: Service to main process communicationLibravatar Kristóf Marussy2021-12-24