chore: nx migrate latest

This commit is contained in:
Nathan Walker
2022-06-09 21:51:03 -05:00
parent f5e637d3d5
commit 698052230b
19 changed files with 134 additions and 98 deletions

3
jest.config.ts Normal file
View File

@@ -0,0 +1,3 @@
const { getJestProjects } = require('@nrwl/jest');
export default { projects: getJestProjects() };