0
0
mirror of https://github.com/jellyfin/jellyfin-vue.git synced 2025-04-07 11:04:52 +00:00
Files
Fernando Fernández 617909c32e refactor: improve TS config
Signed-off-by: Fernando Fernández <ferferga@hotmail.com>
2025-01-25 00:06:49 +01:00

26 lines
352 B
JSON

{
"extends": "@jellyfin-vue/configs/typescript",
"compilerOptions": {
"baseUrl": ".",
"lib": [
"ES2024",
"DOM"
],
"types": [
"vite/client",
"vue"
]
},
"exclude": [
"dist",
"node_modules",
"coverage"
],
"include": [
"**/*.ts",
"**/*.vue",
"**/*d.ts",
"**/*.json"
]
}