{ "compilerOptions": { "baseUrl": ".", "paths": { "@empresa/prisma-schema": ["core/prisma/index.ts"], // Points to the main entry for types "@empresa/prisma-schema/client": ["core/prisma/client.ts"] // Points to the client entry }, // Common options "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "strict": true } }