UNPKG

@inlang/paraglide-js

Version:

[![NPM Downloads](https://img.shields.io/npm/dw/%40inlang%2Fparaglide-js?logo=npm&logoColor=red&label=npm%20downloads)](https://www.npmjs.com/package/@inlang/paraglide-js) [![GitHub Issues](https://img.shields.io/github/issues-closed/opral/paraglide-js?lo

18 lines 626 B
export const defaultCompilerOptions = { outputStructure: "message-modules", emitGitIgnore: true, includeEslintDisableComment: true, emitPrettierIgnore: true, emitReadme: true, emitTsDeclarations: false, 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: "", }; //# sourceMappingURL=compiler-options.js.map