UNPKG

react-lsm

Version:

A lightweight react hook for managing localization languages. LSM stands for Localization Storage Manager.

20 lines (19 loc) 366 B
{ "compilerOptions": { "target": "es5", "module": "commonjs", "jsx": "react", "declaration": true, "outDir": "./dist", "strict": true, "resolveJsonModule": true, "esModuleInterop": true, "lib": ["es6", "dom", "es2023"] }, "include": [ "src", "tests/initLsm.spec.tsx", "tests/LsmContext.spec.tsx", "tests/useLsmTranslation.spec.tsx" ] }