Welcome to mirror list, hosted at ThFree Co, Russian Federation.

babel.config.js - github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f0ff36c65f379c84e4484f39a53479d4e02bc913 (plain)
1
2
3
4
5
6
const babelConfig = require('@nextcloud/babel-config')

module.exports = babelConfig

// Config for jest
module.exports.presets.push('@babel/preset-typescript')