Skip to main content
Module

x/i18next_locize_backend/tsconfig.json

A simple i18next backend for locize.com which can be used in Node.js, in the browser and for Deno.
Go to Latest
File
{ "compilerOptions": { "module": "commonjs", "target": "es5", "lib": ["es6", "dom"], "jsx": "react", "moduleResolution": "node", "forceConsistentCasingInFileNames": true, "strict": true, "noEmit": true, "baseUrl": ".", "paths": { "i18next-locize-backend": ["./index.d.mts"] },
"esModuleInterop": true, "allowSyntheticDefaultImports": true }, "include": ["./index.d.mts", "./test/**/*"], "exclude": []}