Files
gitbook/next.config.js
T
2023-10-29 23:32:55 -04:00

10 lines
202 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
typescript: {
// TODO: Until we get all the API typing
ignoreBuildErrors: true,
},
};
module.exports = nextConfig;