microsoft / TypeScript-Node-Starter

A reference example for TypeScript and Node with a detailed README describing how to use the two together.
MIT License
11.29k stars 2.76k forks source link

update(ts-jest): update `ts-config` configuratin for 6.27 #318

Closed peterblazejewicz closed 3 years ago

peterblazejewicz commented 3 years ago

This removes warnings about deprecated configuration option:

tsConfig` is depecrated and will be removed in ts-jest 27

https://github.com/kulshekhar/ts-jest/commit/8fec6816e1b6009c4ba9b41f111c896d3c2fc3f5

Thanks!