0
0
mirror of https://github.com/jellyfin/jellyfin-vue.git synced 2025-02-23 10:26:19 +00:00
Fernando Fernández 8e8cba9f32 feat(tauri): implement fullscreen toggle functionality (#2572)
Implements full window's fullscreen functionality inside @jellyfin-vue/tauri-runtime package

Signed-off-by: Fernando Fernández <ferferga@hotmail.com>
Co-authored-by: sean <sean.mcbroom@outlook.com>
2025-01-30 22:10:09 +01:00

18 lines
232 B
JSON

{
"extends": "@jellyfin-vue/configs/typescript",
"compilerOptions": {
"baseUrl": ".",
"lib": [
"DOM"
]
},
"exclude": [
"dist",
"node_modules",
"coverage"
],
"include": [
"**/*.ts"
]
}