ハゲワシ

Results 3 issues of ハゲワシ

TypeScript 4.4 [breaking change](https://github.com/microsoft/TypeScript/pull/44710) causes below error. Release blog doesn't tell this breaking change. ## problem ### error log ```shell Unexpected error(s) while parsing tsconfig (./tsconfig.json): No inputs were found...

# problem when setting "incremental" filed (in tsconfig.json) to true, test fails and an error occurred. # reproduction clone this repo and execute `npm ci && npm test` , you'll...

This PR enables path-rewriting when proxying by using [http-proxy-middleware](https://github.com/chimurai/http-proxy-middleware). ## as-is we **cannot** proxy below pattern from `http://localhost:8000/api/todos/1` to `http://localhost:8001/api/todos/1` ## to-be we **can** proxy below pattern from `http://localhost:8000/api/todos/1` to...