I used the [ts-migrate](https://github.com/airbnb/ts-migrate) script to add `@ts-expect-error` to silence new TS errors introduced in migration from TypeScript 2.x to 3.x (#907). For example https://github.com/census-instrumentation/opencensus-node/blob/9bd4f114cc3c18f148a2f56392db5e393cb968ab/packages/opencensus-core/src/internal/cls-ah.ts#L95 Definitive list: https://github.com/census-instrumentation/opencensus-node/search?q=ts-migrate
I used the ts-migrate script to add
@ts-expect-errorto silence new TS errors introduced in migration from TypeScript 2.x to 3.x (#907). For exampleopencensus-node/packages/opencensus-core/src/internal/cls-ah.ts
Line 95 in 9bd4f11
Definitive list: https://github.com/census-instrumentation/opencensus-node/search?q=ts-migrate