basic screen recording function

This commit is contained in:
Siddharth
2025-10-09 22:37:32 -07:00
commit 273a01895c
30 changed files with 8822 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"strict": true
},
"include": ["vite.config.ts"]
}