Revert dependency changes

This commit is contained in:
Nanobyte
2020-08-13 23:32:38 +02:00
committed by Ajay Ramachandran
parent fc48198ac4
commit e0c11752e5
5 changed files with 5588 additions and 14 deletions

8
jest.config.js Normal file
View File

@@ -0,0 +1,8 @@
module.exports = {
"roots": [
"src"
],
"transform": {
"^.+\\.ts$": "ts-jest"
},
};