chore: bootstrap Next.js 13 project with TypeScript
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
reactStrictMode: true,
|
||||
poweredByHeader: false,
|
||||
modularizeImports: {
|
||||
'@mui/icons-material': {
|
||||
transform: '@mui/icons-material/{{member}}',
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
module.exports = nextConfig;
|
||||
Reference in New Issue
Block a user