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.31k stars 2.77k forks source link

tsconfig.tests.json is missing #190

Closed GitTom closed 5 years ago

GitTom commented 5 years ago

The config file 'tsconfig.tests.json' is referenced in the 'Project Structure' section of the README but the actual file is not in the repo.

peterblazejewicz commented 5 years ago

@GitTom Thanks for pointing this out! This configuraiton is now done by Jest config file (Jest natively supports TypeScript, see details in jest.conf.js. The docs will be changed shortly!