Change frontend deps

This commit is contained in:
2025-03-09 03:20:38 +01:00
parent ec6c0cc45b
commit 5ade1c0593
8 changed files with 4856 additions and 62 deletions

7
frontend/jest.config.js Normal file
View File

@@ -0,0 +1,7 @@
/** @type {import('ts-jest').JestConfigWithTsJest} **/
module.exports = {
testEnvironment: "jsdom",
transform: {
"^.+\.tsx?$": ["ts-jest",{}],
},
};