feat: initial commit

fix: fmt

Signed-off-by: pochoclin <hey@popcorntime.app>
This commit is contained in:
Pochoclin
2025-03-17 09:36:11 -04:00
committed by pochoclin
commit cb56278a9f
278 changed files with 65066 additions and 0 deletions

View File

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