mirror of
https://github.com/jellyfin/jellyfin-vue.git
synced 2025-04-03 10:35:14 +00:00
30 lines
465 B
JSON
30 lines
465 B
JSON
{
|
|
"extends": "@jellyfin-vue/configs/typescript",
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"lib": [
|
|
"ES2024",
|
|
"DOM"
|
|
],
|
|
"types": [
|
|
"axios",
|
|
"@intlify/unplugin-vue-i18n/messages",
|
|
"unplugin-vue-router/client",
|
|
"vite/client",
|
|
"vuetify",
|
|
"vue"
|
|
]
|
|
},
|
|
"exclude": [
|
|
"dist",
|
|
"node_modules",
|
|
"coverage"
|
|
],
|
|
"include": [
|
|
"**/*.ts",
|
|
"**/*.vue",
|
|
"**/*d.ts",
|
|
"**/*.json"
|
|
]
|
|
}
|