0
0
mirror of https://github.com/jellyfin/jellyfin-vue.git synced 2025-04-03 10:35:14 +00:00
Files
jellyfin-vue/frontend/tsconfig.json
Fernando Fernández c98c057a58 fix: some type errors in config package
Signed-off-by: Fernando Fernández <ferferga@hotmail.com>
2025-03-18 23:58:49 +01:00

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"
]
}