- Настроены пресеты: env, typescript, react - Добавлена документация на русском языке (babel.config.README.md) - Automatic JSX runtime - не требуется импорт React
13 lines
168 B
JSON
13 lines
168 B
JSON
{
|
|
"presets": [
|
|
"@babel/preset-env",
|
|
"@babel/preset-typescript",
|
|
[
|
|
"@babel/preset-react",
|
|
{
|
|
"runtime": "automatic"
|
|
}
|
|
]
|
|
]
|
|
}
|