Files
self ca86a31b25 feat: add playback API and player shell
Expose plugin API routes for playback metadata, HLS file serving, and player events. Add a typed Video.js v10 HTML player bootstrap and host-backed API tests.
2026-05-01 22:31:29 +02:00

14 lines
272 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "ES2022",
"moduleResolution": "bundler",
"strict": true,
"noEmitOnError": true,
"outDir": "../priv/static",
"rootDir": "ts",
"lib": ["ES2022", "DOM"]
},
"include": ["ts/**/*.ts"]
}