Skip to main content
Module

x/i18next_fs_backend/.babelrc

i18next-fs-backend is a backend layer for i18next using in Node.js and for Deno to load translations from the filesystem.
Go to Latest
File
{ "env": { "esm": { "presets": [ ["@babel/preset-env", { "modules": false, "targets": { "esmodules": true, "ie": 11 } }] ] }, "cjs": { "plugins": ["add-module-exports"], "presets": [ ["@babel/preset-env", { "targets": { "ie": 11 } }] ] } }, "comments": false}