solana/web3.js/babel.config.json

10 lines
149 B
JSON
Raw Normal View History

{
"presets": [
["@babel/preset-env"],
["@babel/preset-typescript"]
],
"plugins": [
"@babel/plugin-proposal-class-properties"
2021-02-05 18:59:00 -08:00
]
}