Tldraw/apps/docs/next.config.js

11 wiersze
204 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
experimental: {
scrollRestoration: true,
},
transpilePackages: ['@tldraw/utils'],
}
module.exports = nextConfig