@sanity-codegen/cli
Version:
CLI for sanity-codegen
17 lines (16 loc) • 345 B
JavaScript
;
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;