You've already forked tribes-plugin-sender
forked from tribes/tribes-plugin-template
ca86a31b25
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.
14 lines
272 B
JSON
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"]
|
|
}
|