Merge remote-tracking branch 'origin/develop' into ts-redux

This commit is contained in:
Alex Gleason
2022-03-18 15:33:56 -05:00
56 changed files with 1190 additions and 644 deletions

View File

@ -12,5 +12,5 @@
"allowSyntheticDefaultImports": true,
"typeRoots": [ "./types", "./node_modules/@types"]
},
"exclude": ["node_modules", "types"]
"exclude": ["node_modules", "types", "**/*.test.*", "**/__mocks__/*", "**/__tests__/*"]
}