modernize frontend-embed to target the same ES and TS standards as the rest of the app
This commit is contained in:
parent
73481990ea
commit
0a5c9f79e5
9 changed files with 109 additions and 79 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"lib": ["esnext", "webworker"],
|
||||
"lib": ["ES2022", "WebWorker", "Webworker.Iterable"],
|
||||
"incremental": true
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue