modernize frontend-embed to target the same ES and TS standards as the rest of the app

This commit is contained in:
Hazelnoot 2025-10-05 23:59:31 -04:00
parent 73481990ea
commit 0a5c9f79e5
9 changed files with 109 additions and 79 deletions

View file

@ -1,6 +1,6 @@
{
"compilerOptions": {
"lib": ["esnext", "webworker"],
"lib": ["ES2022", "WebWorker", "Webworker.Iterable"],
"incremental": true
}
}