UNPKG

create-imr-app

Version:

Create web application with the imr stack

11 lines (8 loc) 167 B
import type { NextConfig } from 'next' const nextConfig: NextConfig = { typedRoutes: true, typescript: { ignoreBuildErrors: true, } } export default nextConfig