From bf267b4735b548434915b908522b529ab6ed6b48 Mon Sep 17 00:00:00 2001 From: Maia Teegarden Date: Tue, 8 Feb 2022 10:25:56 -0800 Subject: [PATCH] Remove jsxImportSource configuration --- test/integration/telemetry/jsconfig.swc | 1 - 1 file changed, 1 deletion(-) diff --git a/test/integration/telemetry/jsconfig.swc b/test/integration/telemetry/jsconfig.swc index 6e2fcd2f1dfce..a178f9dcd04a7 100644 --- a/test/integration/telemetry/jsconfig.swc +++ b/test/integration/telemetry/jsconfig.swc @@ -1,6 +1,5 @@ { "compilerOptions": { - "jsxImportSource": true, "experimentalDecorators": true } } \ No newline at end of file