UNPKG

@sanity-codegen/cli

Version:
17 lines (16 loc) 345 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; const config = { root: '../', babelOptions: { presets: [['@babel/preset-env', { targets: 'node 10' }]] }, babelrcPath: './example-config-folder/example-babelrc.js' }; var _default = config; exports.default = _default;