⬆️ Upgrades NodeJS and TypeScript Versions

This commit is contained in:
Bruce Markham
2023-12-10 18:28:03 -05:00
parent 33029887cb
commit 2984249340
7 changed files with 11091 additions and 8982 deletions

View File

@@ -1,4 +1,4 @@
module.exports = {
export default {
transform: {'^.+\\.ts?$': 'ts-jest'},
testEnvironment: 'node',
testRegex: '/tests/.*\\.(test|spec)?\\.(ts|tsx)$',