{
  /**
    Ember CLI sends analytics information by default. The data is completely
    anonymous, but there are times when you might want to disable this behavior.

    Setting `disableAnalytics` to true will prevent any data from being sent.
  */
  "disableAnalytics": true,
  /**
    Use nested components folder structure by default
    /components/component-name/index.{hbs,js}
  */
  "componentStructure": "nested",
  /**
    Setting this will always generate a JS backing class when generating a component
  */
  "componentClass": "@glimmer/component",

  /**
    Avoid conflicting with port of cloud-ui app when running both locally.
  */
  "port": 4300
}
