tldraw/packages/www/next.config.js

7 lines
180 B
JavaScript
Raw Normal View History

2021-09-04 11:36:47 +00:00
/* eslint-disable @typescript-eslint/no-var-requires */
const withTM = require('next-transpile-modules')(['@tldraw/tldraw'])
module.exports = withTM({
2021-08-10 16:12:55 +00:00
reactStrictMode: true,
2021-09-04 11:36:47 +00:00
})