Add TypeScript types for turndown library

- Added @types/turndown dev dependency for production build
- Fixes TypeScript compilation errors during build process
This commit is contained in:
drelich
2026-03-17 00:03:31 +01:00
parent 835643d690
commit f4b324b702
2 changed files with 9 additions and 0 deletions

View File

@@ -27,6 +27,7 @@
"@tauri-apps/cli": "^2",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@types/turndown": "^5.0.6",
"@vitejs/plugin-react": "^4.6.0",
"autoprefixer": "^10.4.27",
"postcss": "^8.5.8",