5cb4949d46
Hopefully this will make it a bit clearer as to what people should compile if they want the wallet.
16 lines
257 B
Plaintext
16 lines
257 B
Plaintext
{
|
|
"presets": [
|
|
[
|
|
"@babel/preset-env",
|
|
{
|
|
"targets": {
|
|
"esmodules": true
|
|
}
|
|
}
|
|
],
|
|
"@babel/preset-react",
|
|
"@babel/preset-typescript"
|
|
],
|
|
"plugins": ["@babel/plugin-transform-async-to-generator"]
|
|
}
|