mirror of
https://github.com/fluencelabs/js-libp2p-noise
synced 2025-04-25 15:42:34 +00:00
22 lines
426 B
Plaintext
22 lines
426 B
Plaintext
{
|
|
"presets": [
|
|
[
|
|
"@babel/preset-env",
|
|
{
|
|
"targets": {
|
|
"node": "10"
|
|
}
|
|
}
|
|
],
|
|
["@babel/preset-typescript", {
|
|
"allowNamespaces": true
|
|
}]
|
|
],
|
|
"plugins": [
|
|
"@babel/plugin-proposal-object-rest-spread",
|
|
"@babel/plugin-proposal-export-default-from",
|
|
"@babel/plugin-proposal-async-generator-functions",
|
|
"@babel/plugin-proposal-class-properties"
|
|
]
|
|
}
|