add edit profile

This commit is contained in:
Ren Amamiya
2023-06-29 10:37:35 +07:00
parent ec1ff9ab87
commit 1ba7f823cb
20 changed files with 965 additions and 184 deletions

View File

@@ -8,7 +8,6 @@
"@stores/*": ["src/stores/*"],
"@utils/*": ["src/utils/*"]
},
"types": ["vidstack/globals"],
"target": "es2017",
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
@@ -25,6 +24,6 @@
"jsx": "preserve",
"strictNullChecks": false
},
"include": ["global.d.ts", "**/*.ts", "**/*.tsx", "src/main.tsx"],
"include": ["**/*.ts", "**/*.tsx"],
"exclude": ["node_modules", "dist", "src-tauri"]
}