From 7d08db2191526524bf9a7a45b97952c533a6aa74 Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Mon, 14 Jan 2019 15:18:42 +1000 Subject: Fix JSON Modules (#1514) --- js/compiler_test.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'js/compiler_test.ts') diff --git a/js/compiler_test.ts b/js/compiler_test.ts index c5b2ca289..771fbcc6b 100644 --- a/js/compiler_test.ts +++ b/js/compiler_test.ts @@ -506,6 +506,7 @@ test(function compilerGetCompilationSettings() { const expectedKeys = [ "allowJs", "checkJs", + "esModuleInterop", "module", "outDir", "resolveJsonModule", -- cgit v1.2.3