voice-over-translation/tsconfig.json
NullVerdict 5a9151080b Prepare v1.11.4 release and build updates
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.
2026-03-25 23:48:02 +04:00

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"]
}