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 208 B
{ "extends": "./tsconfig.json", "compilerOptions": { "module": "commonjs", "target": "es5", "lib": ["dom", "es2015", "esnext.intl", "es2018.intl", "es2017.intl"] } }