@lingui/conf
TypeScript icon, indicating that this package has built-in type declarations

4.10.0 • Public • Published

License Version Downloads

@lingui/conf

Get lingui configuration from package.json

⚠️ Internal package: You probably don't need this.

@lingui/conf is part of LinguiJS. See the documentation for all information, tutorials and examples.

Package finds nearest package.json starting from current directory, reads lingui configuration, provides defaults for all options and <rootDir> with current working directory.

Usage

const getConfig = require("@lingui/conf")

const config = getConfig()
// When package.json is located in '/app/package.json'
// config.rootDir === '/app'
// config.localeDir === '/app/locale'

See the reference documentation of lingui-cli for all options.

License

This package is licensed under MIT license.

Dependents (18)

Package Sidebar

Install

npm i @lingui/conf

Weekly Downloads

125,368

Version

4.10.0

License

MIT

Unpacked Size

44.2 kB

Total Files

8

Last publish

Collaborators

  • andrii.bodnar
  • serhiydmytryshyn