feat: initial implementation of qsv Easy installer for Windows

This commit is contained in:
rzmk 2025-04-16 12:38:57 -04:00
commit f52c2e04fc
No known key found for this signature in database
39 changed files with 6712 additions and 0 deletions

10
tsconfig.node.json Normal file
View file

@ -0,0 +1,10 @@
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
}