mirror of
https://github.com/jellyfin/jellyfin-vue.git
synced 2025-02-23 10:26:19 +00:00
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>
18 lines
232 B
JSON
18 lines
232 B
JSON
{
|
|
"extends": "@jellyfin-vue/configs/typescript",
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"lib": [
|
|
"DOM"
|
|
]
|
|
},
|
|
"exclude": [
|
|
"dist",
|
|
"node_modules",
|
|
"coverage"
|
|
],
|
|
"include": [
|
|
"**/*.ts"
|
|
]
|
|
}
|