mirror of
https://github.com/oceanprotocol/market.git
synced 2024-11-14 17:24:51 +01:00
5 lines
118 B
JavaScript
5 lines
118 B
JavaScript
// this file only exists for Jest
|
|
module.exports = {
|
|
presets: ['babel-preset-gatsby', '@babel/preset-typescript']
|
|
}
|