0
0
mirror of https://github.com/jellyfin/jellyfin-vue.git synced 2025-04-24 08:15:47 +00:00
Files
jellyfin-vue/packages/shared/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

22 lines
297 B
JSON

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