JavaScript appears to be disabled on your web browser, some functions may not work such as opening menus.
SudoVanilla Ark
Ark
{
"extends": "astro/tsconfigs/base",
"compilerOptions": {
"baseUrl": ".",
"allowSyntheticDefaultImports": true,
"paths": {
"@components/*": ["./web/components/*"],
"@data/*": ["./web/tools/data/*"],
"@layouts/*": ["./web/layouts/*"],
"@library/*": ["./web/tools/library/*"],
"@player/*": ["./web/components/video-player/*"],
"@styles/*": ["./web/styles/*"],
"@utils/*": ["./web/tools/utilities/*"]
}