// This is the superset of the Babel config we use. Sub-projects may // remove settings, or tweak things like the env target, but they may // not add anything. { "presets": ["@babel/env"], "plugins": ["@babel/transform-runtime"] }