From ca16d66726db17f4765c1b97afae789109e1c7df Mon Sep 17 00:00:00 2001 From: Jason Solorio Date: Tue, 30 Oct 2018 15:07:27 -0600 Subject: [PATCH] Update hello-world.ts --- examples/modules/hello-world/lib/hello-world.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/modules/hello-world/lib/hello-world.ts b/examples/modules/hello-world/lib/hello-world.ts index 1058522e..c88c3440 100644 --- a/examples/modules/hello-world/lib/hello-world.ts +++ b/examples/modules/hello-world/lib/hello-world.ts @@ -1,5 +1,6 @@ // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT license. +declare var require: any let addon = require('../bin/addon');