0
0
mirror of https://github.com/jellyfin/jellyfin-vue.git synced 2025-06-09 20:30:40 +00:00
Files
jellyfin-vue/packages/vite-plugins/tsconfig.json
Fernando Fernández 77baa472a3 feat: create ui-toolkit package
* 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>
2025-01-25 00:06:49 +01:00

18 lines
249 B
JSON

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