{
    "$schema": "https://raw.githubusercontent.com/lit/lit/main/packages/localize-tools/config.schema.json",
    "sourceLocale": "en",
    "targetLocales": ["es-419", "zh-Hans"],
    "tsConfig": "./tsconfig.json",
    "output": {
      "mode": "runtime",
      "outputDir": "./src/generated/locales"
    },
    "interchange": {
      "format": "xliff",
      "xliffDir": "./xliff/"
    }
  }