All deps up to date

This commit is contained in:
Darren Clarke 2023-05-25 09:08:39 +00:00
parent de17d54434
commit 70d97c1342
7 changed files with 264 additions and 1163 deletions

View file

@ -5,6 +5,7 @@
"outDir": "build/main",
"rootDir": "src",
"baseUrl": "./",
"skipLibCheck": true,
"types": ["jest", "node"]
},
"include": ["src/**/*.ts"],

View file

@ -5,6 +5,7 @@
"outDir": "build/main",
"rootDir": "src",
"baseUrl": "./",
"skipLibCheck": true,
"types": ["jest", "node"],
"esModuleInterop": true
},

View file

@ -5,6 +5,7 @@
"outDir": "build/main",
"rootDir": "src",
"baseUrl": "./",
"skipLibCheck": true,
"types": ["jest", "node"]
},
"include": ["src/**/*.ts"],