From 4806f5ceff0c993ea4dd3b7c64041d19b4078ca1 Mon Sep 17 00:00:00 2001 From: PhilKunz Date: Wed, 17 Feb 2016 01:40:01 +0100 Subject: [PATCH] updated readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a9e92de..b71c6b3 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Then use it in package.json's script section to trigger a build: **Execution order of tasks** 1. Install typings -2. Compile TypeScript +2. Transpile TypeScript with inline sourcemaps 3. Create Declaration Files 4. Instrumentalize created JavaScript files with istanbul 5. Run Tests @@ -62,6 +62,8 @@ npmts instrumentalizes the created JavaScript code to create a coverage report. When Typings have been installed, TypeScript + Declaration files have been transpiled and the resulting JS has been instrumentalized, npmts runs `.test/test.js` with mocha. +Any errors will be shown with reference to their originating source in TypeScript. + When requiring the module from other TypeScript files, the TypeScript Compiler will use the declaration file to resolve typings.