mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-18 05:02:24 +08:00
23 lines
487 B
Plaintext
23 lines
487 B
Plaintext
{
|
|
"$schema": "https://json.schemastore.org/swcrc",
|
|
"jsc": {
|
|
"parser": {
|
|
"syntax": "typescript",
|
|
"tsx": true
|
|
},
|
|
"transform": {
|
|
"react": {
|
|
"runtime": "classic",
|
|
"pragma": "React.createElement",
|
|
"pragmaFrag": "React.Fragment",
|
|
"throwIfNamespace": false,
|
|
"development": false
|
|
}
|
|
},
|
|
"target": "es2020",
|
|
"loose": false,
|
|
"externalHelpers": false,
|
|
"keepClassNames": false
|
|
},
|
|
"minify": false
|
|
} |