Link

Extended Configurations

We provide base configuration files for modules such as Babel and TypeScript. You can extend them in your base project and override settings however you choose.

Table of contents

  1. Babel
  2. TypeScript

Babel

.babelrc.js

module.exports = {
  extends: '@aem-design/compose-webpack/configs/babel.config.js',
}

.babelrc

{
  "extends": "@aem-design/compose-webpack/configs/babel.config.js"
}

TypeScript

tsconfig.json

{
  "extends": "@aem-design/compose-webpack/configs/tsconfig.json"
}

We are hoping to add more configurations in the future for things like Stylelint and ESLint. Stay tuned!