mirror of
https://github.com/jellyfin/jellyfin-vue.git
synced 2024-11-27 00:00:23 +00:00
cb89d94228
Signed-off-by: Fernando Fernández <ferferga@hotmail.com>
24 lines
451 B
JSON
24 lines
451 B
JSON
{
|
|
"extends": "@jellyfin-vue/configs/typescript/base.json",
|
|
"compilerOptions": {
|
|
"types": [
|
|
"axios",
|
|
"@intlify/unplugin-vue-i18n/messages",
|
|
"unplugin-icons/types/vue",
|
|
"unplugin-vue-router/client",
|
|
"vite/client",
|
|
"vuetify",
|
|
"vue"
|
|
],
|
|
"baseUrl": "."
|
|
},
|
|
"include": [
|
|
"src/**/*.ts",
|
|
"src/**/*.d.ts",
|
|
"src/**/*.vue",
|
|
"**/**/*.json",
|
|
"types/**/*.d.ts",
|
|
"*.config.*"
|
|
]
|
|
}
|