babel.config.js (
6
lines of code) (
raw
):
// babel.config.js export default { presets: [ '@babel/preset-env', // For handling ES modules '@babel/preset-typescript' // For handling TypeScript ] }