This commit is contained in:
Norbert de Langen 2022-09-21 11:23:45 -04:00
parent 68c1d4c326
commit 7fd68dd1dc
No known key found for this signature in database
GPG Key ID: FD0E78AF9A837762

View File

@ -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: [