diff --git a/docs/superpowers/plans/2026-05-04-plan-4-marketing-pages-navigation.md b/docs/superpowers/plans/2026-05-04-plan-4-marketing-pages-navigation.md index 536352e..4d57622 100644 --- a/docs/superpowers/plans/2026-05-04-plan-4-marketing-pages-navigation.md +++ b/docs/superpowers/plans/2026-05-04-plan-4-marketing-pages-navigation.md @@ -152,6 +152,7 @@ "extends": "@repo/typescript-config/base.json", "compilerOptions": { "outDir": "dist", + "rootDir": ".", "lib": ["ES2022", "DOM"], "jsx": "preserve", "paths": { diff --git a/packages/auth/tsconfig.json b/packages/auth/tsconfig.json index ee87524..d925326 100644 --- a/packages/auth/tsconfig.json +++ b/packages/auth/tsconfig.json @@ -2,6 +2,7 @@ "extends": "@repo/typescript-config/base.json", "compilerOptions": { "outDir": "dist", + "rootDir": ".", "lib": ["ES2022", "DOM"], "jsx": "preserve", "paths": { diff --git a/packages/blog/tsconfig.json b/packages/blog/tsconfig.json index ee87524..d925326 100644 --- a/packages/blog/tsconfig.json +++ b/packages/blog/tsconfig.json @@ -2,6 +2,7 @@ "extends": "@repo/typescript-config/base.json", "compilerOptions": { "outDir": "dist", + "rootDir": ".", "lib": ["ES2022", "DOM"], "jsx": "preserve", "paths": { diff --git a/packages/marketing-pages/tsconfig.json b/packages/marketing-pages/tsconfig.json index ee87524..d925326 100644 --- a/packages/marketing-pages/tsconfig.json +++ b/packages/marketing-pages/tsconfig.json @@ -2,6 +2,7 @@ "extends": "@repo/typescript-config/base.json", "compilerOptions": { "outDir": "dist", + "rootDir": ".", "lib": ["ES2022", "DOM"], "jsx": "preserve", "paths": {