mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-02 05:03:44 +08:00
fix
This commit is contained in:
parent
68c1d4c326
commit
7fd68dd1dc
@ -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: [
|
||||
|
Loading…
x
Reference in New Issue
Block a user