mirror of
https://github.com/jellyfin/jellyfin-vue.git
synced 2025-06-20 00:09:41 +00:00
23 lines
329 B
JSON
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"
|
|
],
|
|
}
|