mirror of
https://github.com/FreeTubeApp/FreeTube.git
synced 2025-12-05 01:10:31 +00:00
* Update to Vue 3 * Fix toasts and removing videos from playlists * Fix duplicate app ID * Simplify aria-selected handling now that false doesn't remove attributes * Fix various errors * Fix toasts and hiding watched videos * Update vue-router to 4.6.3 --------- Co-authored-by: efb4f5ff-1298-471a-8973-3d47447115dc <73130443+efb4f5ff-1298-471a-8973-3d47447115dc@users.noreply.github.com>
19 lines
382 B
JSON
19 lines
382 B
JSON
{
|
|
"vueCompilerOptions": {
|
|
"target": 3.5
|
|
},
|
|
"compilerOptions": {
|
|
"strictNullChecks": true,
|
|
"baseUrl": "./",
|
|
"paths": {
|
|
"DB_HANDLERS_ELECTRON_RENDERER_OR_WEB": [
|
|
"src/datastores/handlers/electron",
|
|
"src/datastores/handlers/web"
|
|
],
|
|
"shaka-player": [
|
|
"./node_modules/shaka-player/dist/shaka-player.ui"
|
|
]
|
|
}
|
|
}
|
|
}
|