cal.pub0.org/apps/storybook/next.config.js

8 lines
211 B
JavaScript
Executable File

const withTM = require("next-transpile-modules")(["@calcom/dayjs", "@calcom/ui"]);
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
};
module.exports = withTM(nextConfig);