1
0
mirror of https://github.com/microsoft/TypeScript-Node-Starter.git synced 2025-11-08 16:17:37 +00:00

Merge pull request #140 from juliawong/patch-1

Fix typo in README
This commit is contained in:
Orta
2019-06-19 14:38:16 -07:00
committed by GitHub

View File

@@ -523,7 +523,7 @@ In that file you'll find two sections:
| node-sass | Allows to compile .scss files to .css |
| nodemon | Utility that automatically restarts node process when it crashes |
| supertest | HTTP assertion library. |
| ts-jest | A preprocessor with sourcemap support to help use TypeScript wit Jest.|
| ts-jest | A preprocessor with sourcemap support to help use TypeScript with Jest.|
| ts-node | Enables directly running TS files. Used to run `copy-static-assets.ts` |
| tslint | Linter (similar to ESLint) for TypeScript files |
| typescript | JavaScript compiler/type checker that boosts JavaScript productivity |