From 86c10ff4f3644d4daa0f1b115d41ce5e8ce44ed1 Mon Sep 17 00:00:00 2001 From: Henry Zhu Date: Tue, 12 Jun 2018 13:33:07 -0400 Subject: [PATCH] fix merge issue --- .../test/fixtures/imports/elide-react-no-3/options.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/babel-plugin-transform-typescript/test/fixtures/imports/elide-react-no-3/options.json b/packages/babel-plugin-transform-typescript/test/fixtures/imports/elide-react-no-3/options.json index 2552742a15..20970e7cd0 100644 --- a/packages/babel-plugin-transform-typescript/test/fixtures/imports/elide-react-no-3/options.json +++ b/packages/babel-plugin-transform-typescript/test/fixtures/imports/elide-react-no-3/options.json @@ -1,3 +1,3 @@ { - "plugins": ["syntax-jsx", "transform-typescript"] + "plugins": [["transform-typescript", { "isTSX": true }]] }