From 08b2fe7175c9606f2e92b840d251976fcde6b67d Mon Sep 17 00:00:00 2001 From: Mariusz Foltak Date: Wed, 12 Oct 2016 09:07:50 +0200 Subject: [PATCH] Add lodash typings to systemjs example. Fix #19 --- examples/systemjs/package.json | 1 + examples/systemjs/tsd.json | 3 +++ 2 files changed, 4 insertions(+) diff --git a/examples/systemjs/package.json b/examples/systemjs/package.json index f03cbbe..3eca89a 100644 --- a/examples/systemjs/package.json +++ b/examples/systemjs/package.json @@ -7,6 +7,7 @@ "watch": "rm -rf build && mkdir build && tsc -w", "prebuild": "rm -rf build && mkdir build", "build": "tsc", + "prestart": "tsc", "start": "lite-server", "tsc": "tsc", "tsd": "tsd install" diff --git a/examples/systemjs/tsd.json b/examples/systemjs/tsd.json index 138adca..3ebdd76 100644 --- a/examples/systemjs/tsd.json +++ b/examples/systemjs/tsd.json @@ -7,6 +7,9 @@ "installed": { "es6-shim/es6-shim.d.ts": { "commit": "d22516f9f089de107d7e7d5938566377370631f6" + }, + "lodash/lodash.d.ts": { + "commit": "25c6f49e9c2fbded2b973d1875eed844f9e61fb1" } } }