mirror of
https://github.com/jellyfin/jellyfin-vue.git
synced 2026-09-03 05:10:26 +03:00
27 lines
380 B
JSON
27 lines
380 B
JSON
{
|
|
"extends": "@jellyfin-vue/configs/typescript",
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"lib": [
|
|
"ES2024",
|
|
"DOM"
|
|
],
|
|
"types": [
|
|
"@jellyfin-vue/i18n",
|
|
"vite/client",
|
|
"vue"
|
|
]
|
|
},
|
|
"exclude": [
|
|
"dist",
|
|
"node_modules",
|
|
"coverage"
|
|
],
|
|
"include": [
|
|
"**/*.ts",
|
|
"**/*.vue",
|
|
"**/*d.ts",
|
|
"**/*.json"
|
|
]
|
|
}
|