8 строки
286 B
JavaScript
8 строки
286 B
JavaScript
/*!
|
|
* Copyright (c) Microsoft. All rights reserved.
|
|
* Licensed under the MIT license. See LICENSE file in the project.
|
|
*/
|
|
// this is mainly used for on-the-fly test transpilation
|
|
const { getNodeConfiguration } = require('@essex/babel-config')
|
|
module.exports = getNodeConfiguration()
|