Update vite-tsconfig-paths

This commit is contained in:
2024-08-13 19:23:20 +02:00
parent a907abedc4
commit bfb076e4d7
2 changed files with 2 additions and 2 deletions

View File

@@ -14,8 +14,8 @@
"react-i18next": "^15.0.1", "react-i18next": "^15.0.1",
"react-icons": "^5.2.1", "react-icons": "^5.2.1",
"sass": "^1.77.8", "sass": "^1.77.8",
"web-vitals": "^4.2.2",
"typescript": "^5.5.3", "typescript": "^5.5.3",
"web-vitals": "^4.2.2",
"yarn": "^1.22.22" "yarn": "^1.22.22"
}, },
"scripts": { "scripts": {

View File

@@ -12,4 +12,4 @@ export default defineConfig({
include: '**/*.svg?react', include: '**/*.svg?react',
}), }),
], ],
}); });