From 7fd68dd1dc85595021afcb50704b63dd363f5ae1 Mon Sep 17 00:00:00 2001 From: Norbert de Langen Date: Wed, 21 Sep 2022 11:23:45 -0400 Subject: [PATCH] fix --- code/lib/builder-manager/src/index.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/code/lib/builder-manager/src/index.ts b/code/lib/builder-manager/src/index.ts index 2971355170c..0978ed43e07 100644 --- a/code/lib/builder-manager/src/index.ts +++ b/code/lib/builder-manager/src/index.ts @@ -62,12 +62,12 @@ export const getConfig: ManagerBuilder['getConfig'] = async (options) => { jsx: 'transform', jsxImportSource: 'react', - tsconfigRaw: JSON.stringify({ - compilerOptions: { - jsx: 'react', - jsxImportSource: 'react', - }, - }), + tsconfigRaw: `{ + "compilerOptions": { + "jsx": "react", + "jsxImportSource": "react", + } + }`, legalComments: 'external', plugins: [