From 227209b11fca7181e07806925b10b7b839675844 Mon Sep 17 00:00:00 2001 From: mrkishi Date: Sun, 9 Jun 2019 17:35:44 -0300 Subject: [PATCH] fix `package.json` types field --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7106e60d69..9e2d17bd49 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "engines": { "node": ">= 8" }, - "types": "types/runtime", + "types": "types/runtime/index.d.ts", "scripts": { "test": "mocha --opts mocha.opts", "test:unit": "mocha --require sucrase/register --recursive ./**/__test__.ts",