UNPKG

@memlab/e2e

Version:

memlab browser E2E interaction libraries

14 lines (11 loc) 219 B
/** * Copyright (c) Meta Platforms, Inc. and affiliates. * * @nolint * @oncall memory_lab */ /** @type {import('next').NextConfig} */ const nextConfig = { reactStrictMode: true, }; module.exports = nextConfig;