configure typescript + begin conversion

This commit is contained in:
p2405951
2026-01-28 16:29:41 +01:00
parent 3c71e0c7b2
commit ea6fd94962
14 changed files with 381 additions and 128 deletions
+4 -2
View File
@@ -35,8 +35,9 @@
"@storybook/addon-docs": "^10.0.6",
"@storybook/addon-vitest": "^10.0.6",
"@storybook/react-vite": "^10.0.6",
"@types/react": "^19.1.16",
"@types/react-dom": "^19.1.9",
"@types/node": "^25.0.10",
"@types/react": "^19.2.10",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.0.4",
"@vitest/browser-playwright": "^4.0.8",
"@vitest/coverage-v8": "^4.0.8",
@@ -49,6 +50,7 @@
"playwright": "^1.56.1",
"prop-types": "^15.8.1",
"storybook": "^10.0.6",
"typescript": "^5.9.3",
"vite": "^7.1.7",
"vitest": "^4.0.8"
}