Skip to main content
Module

x/i18next_http_backend/tsconfig.json

i18next-http-backend is a backend layer for i18next using 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-http-backend": ["./index.d.mts"] },
"esModuleInterop": true, "allowSyntheticDefaultImports": true }, "include": ["./index.d.mts", "./test/**/*"], "exclude": []}