mirror of
https://github.com/ilyhalight/voice-over-translation.git
synced 2026-04-26 10:31:28 +00:00
Switch Chrome extension packaging to .zip in CI and release workflows and add 1.11.4 distribution artifacts (chrome .zip, firefox .xpi, updated user scripts). Large source changes include a refactor/extension of the subtitles subsystem (new inlineStyle, activeCues, textSpacing, etc.), new video lifecycle host and auth refresh messaging, added background notifications/storage and bridge XHR/runtime modules, translation playback and smart-ducking runtime modules, multiple type additions and a Node crypto shim, plus numerous UI and localization updates. Also update build and Vite configs and other miscellaneous fixes across the codebase to prepare the release.
15 lines
398 B
JSON
15 lines
398 B
JSON
{
|
|
"compilerOptions": {
|
|
"types": ["@toil/gm-types/v3", "@toil/gm-types/v4"],
|
|
"target": "ES2024",
|
|
"module": "ESNext",
|
|
"lib": ["DOM", "DOM.Iterable", "ESNext"],
|
|
"strict": false,
|
|
"noImplicitAny": false,
|
|
"moduleResolution": "bundler",
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"resolveJsonModule": true
|
|
},
|
|
"include": ["src/**/*.ts", "src/**/*.d.ts"]
|
|
}
|