Initial commit

This commit is contained in:
thomas
2022-11-03 15:14:07 +01:00
commit 8002a3f9ed
49 changed files with 33088 additions and 0 deletions

5
jest.config.ts Normal file
View File

@@ -0,0 +1,5 @@
import { getJestProjects } from '@nrwl/jest';
export default {
projects: getJestProjects(),
};