mirror of
https://github.com/kremalicious/blowfish.git
synced 2024-11-15 09:35:14 +01:00
15 lines
208 B
Plaintext
15 lines
208 B
Plaintext
{
|
|
"presets": [
|
|
[
|
|
"@babel/env",
|
|
{
|
|
"targets": {
|
|
"node": "current"
|
|
}
|
|
}
|
|
],
|
|
"@babel/react"
|
|
],
|
|
"plugins": ["@babel/plugin-proposal-class-properties"]
|
|
}
|