diff --git a/apps/landing/tsconfig.json b/apps/landing/tsconfig.json index b43de1c..2a48629 100644 --- a/apps/landing/tsconfig.json +++ b/apps/landing/tsconfig.json @@ -1,16 +1,12 @@ { "extends": "../../tsconfig.base.json", "compilerOptions": { - "target": "ES2022", - "baseUrl": ".", - "paths": { - "@payload-config": ["./src/payload.config.ts"] - }, "jsx": "preserve", "strict": true, "noEmit": true, "emitDeclarationOnly": false, "esModuleInterop": true, + "target": "ES2022", "module": "esnext", "moduleResolution": "bundler", "resolveJsonModule": true, diff --git a/tsconfig.base.json b/tsconfig.base.json index f26b5f3..2cffbcf 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -24,7 +24,8 @@ "@imphnen-frontend-service/ui/organisms": [ "libs/ui/src/organisms/index.ts" ], - "@imphnen-frontend-service/utils": ["libs/utils/src/index.ts"] + "@imphnen-frontend-service/utils": ["libs/utils/src/index.ts"], + "@payload-config": ["apps/landing/src/payload.config.ts"], } }, "exclude": ["node_modules", "tmp"]