mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 23:21:15 +08:00
8 lines
144 B
Plaintext
8 lines
144 B
Plaintext
{
|
|
"presets": [
|
|
["@babel/preset-env", { "targets": { "chrome": "100" } }],
|
|
"@babel/preset-react",
|
|
"@babel/preset-typescript"
|
|
]
|
|
}
|