0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00

Added jsdoc annotations for i18next-parser config type

- this helps with using the correct key/values when working on the
  config
This commit is contained in:
Daniel Lockyer 2023-02-27 11:29:56 +01:00
parent 9e5efff187
commit 17a48c76cd
No known key found for this signature in database

View file

@ -1,5 +1,8 @@
const {SUPPORTED_LOCALES} = require('./');
/**
* @type {import('i18next-parser').UserConfig}
*/
module.exports = {
locales: SUPPORTED_LOCALES,