player: use vidstsack instead of default html player
This commit is contained in:
@@ -11,11 +11,15 @@
|
||||
"sourceMap": true,
|
||||
"strict": true,
|
||||
"moduleResolution": "bundler",
|
||||
"types": ["./src/worker-configuration.d.ts", "node"]
|
||||
"types": [
|
||||
"./src/worker-configuration.d.ts",
|
||||
"node",
|
||||
"vidstack/svelte",
|
||||
]
|
||||
}
|
||||
// Path aliases are handled by https://svelte.dev/docs/kit/configuration#alias
|
||||
// except $lib which is handled by https://svelte.dev/docs/kit/configuration#files
|
||||
//
|
||||
// To make changes to top-level options such as include and exclude, we recommend extending
|
||||
// the generated config; see https://svelte.dev/docs/kit/configuration#typescript
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user