mirror of
https://github.com/tinymce/tinymce.git
synced 2025-07-21 11:32:37 +00:00
TINY-12150: Update lib
in tsconfig.shared.json
to es2022
for access to newer JavaScript features (#10356)
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
"moduleResolution": "node",
|
||||
"target": "es2018",
|
||||
"module": "es2015",
|
||||
"lib": ["es2020", "dom"],
|
||||
"lib": ["es2022", "dom"],
|
||||
"importHelpers": true,
|
||||
"declaration": true,
|
||||
"declarationMap": true,
|
||||
|
Reference in New Issue
Block a user