UNPKG

@inlang/paraglide-js

Version:

[![Inlang-ecosystem compatibility badge](https://cdn.jsdelivr.net/gh/opral/monorepo@main/inlang/assets/md-badges/inlang.svg)](https://inlang.com)

16 lines (15 loc) 529 B
export const defaultCompilerOptions = { outputStructure: "message-modules", emitGitIgnore: true, includeEslintDisableComment: true, emitPrettierIgnore: true, cleanOutdir: true, disableAsyncLocalStorage: false, experimentalMiddlewareLocaleSplitting: false, localStorageKey: "PARAGLIDE_LOCALE", isServer: "typeof window === 'undefined'", strategy: ["cookie", "globalVariable", "baseLocale"], cookieName: "PARAGLIDE_LOCALE", cookieMaxAge: 60 * 60 * 24 * 400, cookieDomain: "", };