sushilideaclan01 commited on
Commit
371ff98
·
1 Parent(s): fe48c70
frontend/next.config.ts CHANGED
@@ -7,6 +7,7 @@ const nextConfig: NextConfig = {
7
  // This helps with module resolution in monorepos
8
  },
9
 
 
10
  // Image optimization
11
  images: {
12
  remotePatterns: [
 
7
  // This helps with module resolution in monorepos
8
  },
9
 
10
+
11
  // Image optimization
12
  images: {
13
  remotePatterns: [
frontend/tsconfig.json CHANGED
@@ -13,6 +13,7 @@
13
  "isolatedModules": true,
14
  "jsx": "react-jsx",
15
  "incremental": true,
 
16
  "plugins": [
17
  {
18
  "name": "next"
 
13
  "isolatedModules": true,
14
  "jsx": "react-jsx",
15
  "incremental": true,
16
+ "baseUrl": ".",
17
  "plugins": [
18
  {
19
  "name": "next"