feat: add feature return library components and Jest configuration

This commit is contained in:
Lorenz Hilpert
2025-02-24 15:43:16 +01:00
parent 3f77646f8a
commit b485bb768c
59 changed files with 3652 additions and 467 deletions

5
jest.config.ts Normal file
View File

@@ -0,0 +1,5 @@
import { getJestProjectsAsync } from '@nx/jest';
export default async () => ({
projects: await getJestProjectsAsync(),
});