mirror of
https://github.com/aleleba/create-react-component-library.git
synced 2025-01-08 04:36:58 -06:00
Alejandro Lembke Barrientos
55b0b9f2c3
Creating the first initial version of the create component library.
7 lines
157 B
Plaintext
7 lines
157 B
Plaintext
{
|
|
"presets": [
|
|
["@babel/preset-env", {"targets": {"node": "current"}}],
|
|
"@babel/preset-react",
|
|
"@babel/preset-typescript"
|
|
]
|
|
} |