UNPKG

react-intl

Version:

Internationalize React apps. This library provides React components and an API to format dates, numbers, and strings, including pluralization and handling translations.

8 lines 199 B
{ "extends": "../tsconfig.json", "compilerOptions": { "outDir": "../lib", "baseUrl": ".", "lib": ["dom", "es2015", "esnext.intl", "es2018.intl", "es2017.intl"] } }