Delete next.config.ts

This commit is contained in:
Musa 2025-11-25 11:07:18 -08:00
parent 185f9444b1
commit 1f3a0bf4a0

View file

@ -1,17 +0,0 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
transpilePackages: [
"@katanemo/ui",
"@katanemo/shared-styles",
"@katanemo/tailwind-config",
"@katanemo/tsconfig",
],
experimental: {
// Ensure workspace packages are handled correctly
externalDir: true,
},
};
export default nextConfig;