From 24673be1cd2ec0b86ecb9b8b5eb8f69197e763d1 Mon Sep 17 00:00:00 2001 From: Alex Browne Date: Fri, 12 Oct 2018 14:59:47 -0700 Subject: Add resolveJsonModule: true to test_installation.ts --- packages/monorepo-scripts/src/test_installation.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/monorepo-scripts/src/test_installation.ts b/packages/monorepo-scripts/src/test_installation.ts index be39b1878..f272c9292 100644 --- a/packages/monorepo-scripts/src/test_installation.ts +++ b/packages/monorepo-scripts/src/test_installation.ts @@ -132,6 +132,7 @@ async function testInstallPackageAsync( noImplicitReturns: true, pretty: true, strict: true, + resolveJsonModule: true, }, include: ['index.ts'], }; -- cgit v1.2.3