introducing standalone client UI for examples that use Daily prebuilt

This commit is contained in:
Jon Taylor
2024-05-16 17:24:07 +01:00
parent 9447b32f3e
commit 27c019c25a
31 changed files with 4843 additions and 0 deletions

View File

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