0
0
mirror of https://github.com/jellyfin/jellyfin-vue.git synced 2025-06-20 00:09:41 +00:00
Files
jellyfin-vue/packages/i18n/tsconfig.json
Fernando Fernández 58404e1fce fix(i18n): re-fix types
Signed-off-by: Fernando Fernández <ferferga@hotmail.com>
2025-05-07 15:17:57 +02:00

23 lines
329 B
JSON

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