mirror of
https://github.com/jellyfin/jellyfin-vue.git
synced 2025-06-09 20:30:40 +00:00
* Create Jicon, JProgressCircular and JOVerlay. JOverlay is completely implemented, but JIcon and JProgressCircular are still missing some features * Move the components from lib folder in frontend to this package * Minor refactors and performance improvements in the way the components work Signed-off-by: Fernando Fernández <ferferga@hotmail.com>
18 lines
249 B
JSON
18 lines
249 B
JSON
{
|
|
"extends": "@jellyfin-vue/configs/typescript",
|
|
"compilerOptions": {
|
|
"baseUrl": "."
|
|
},
|
|
"exclude": [
|
|
"dist",
|
|
"node_modules",
|
|
"coverage"
|
|
],
|
|
"include": [
|
|
"**/*.ts",
|
|
"**/*.vue",
|
|
"**/*d.ts",
|
|
"**/*.json"
|
|
]
|
|
}
|