[Release] v0.2.0

This commit is contained in:
Patryk Rzucidlo (PTKDev)
2023-02-11 01:11:16 +01:00
parent abbcd24b5f
commit 770dea9257
81 changed files with 18255 additions and 701 deletions

9
jest.config.js Normal file
View File

@@ -0,0 +1,9 @@
export default {
preset: "ts-jest",
testEnvironment: "node",
globals: {
"ts-jest": {
tsconfig: "tsconfig.json",
},
},
};