From 3b463c5f135040a835cf39c8b834ac307b24ed6a Mon Sep 17 00:00:00 2001 From: Rafael Velazco Date: Tue, 27 Aug 2024 14:02:21 -0400 Subject: [PATCH] chore: code cleanup --- examples/nextjs/jsconfig.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/examples/nextjs/jsconfig.json b/examples/nextjs/jsconfig.json index d99eb6bbd0b7..0d856efda589 100644 --- a/examples/nextjs/jsconfig.json +++ b/examples/nextjs/jsconfig.json @@ -1,9 +1,7 @@ { "compilerOptions": { "paths": { - "@/*": ["./src/*"], - "@dotcms/react": ["../../core-web/dist/libs/sdk/react"], - "@dotcms/client": ["../../core-web/dist/libs/sdk/client"] + "@/*": ["./src/*"] } } }