From 72aa3d3005c81c1d0deb66369ce543bda3cccdc1 Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Wed, 4 Apr 2018 13:29:38 +0300 Subject: Fix some of the publishing/installation issues --- packages/types/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/types') diff --git a/packages/types/tsconfig.json b/packages/types/tsconfig.json index 9f1937b22..ce916a635 100644 --- a/packages/types/tsconfig.json +++ b/packages/types/tsconfig.json @@ -1,7 +1,7 @@ { "extends": "../../tsconfig", "compilerOptions": { - "typeRoots": ["node_modules/@types"], + "typeRoots": ["../../node_modules/@types", "node_modules/@types"], "outDir": "lib" }, "include": ["src/**/*"] -- cgit v1.2.3