+
+ let =
+ true}
+ onResolve={(state: EditorState) => {} }
+ onCancel={() => {} }
+ setState={(state: EditorState) => {} }
+ />
+ in
+
+
+ true}
+ onResolve={(state: EditorState) => {} }
+ onCancel={() => {} }
+ setState={(state: EditorState) => {} }
+ />
+
+
+}
diff --git a/tsconfig.app.json b/tsconfig.app.json
index aa04116..1d6ea11 100644
--- a/tsconfig.app.json
+++ b/tsconfig.app.json
@@ -1,9 +1,9 @@
{
"compilerOptions": {
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo",
- "target": "ES2020",
+ "target": "ES2023",
"useDefineForClassFields": true,
- "lib": ["ES2022", "DOM", "DOM.Iterable"],
+ "lib": ["ES2023", "DOM", "DOM.Iterable"],
"module": "ESNext",
"skipLibCheck": true,
diff --git a/tsconfig.node.json b/tsconfig.node.json
index c5a5a65..5326fd6 100644
--- a/tsconfig.node.json
+++ b/tsconfig.node.json
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.node.tsbuildinfo",
- "target": "ES2022",
+ "target": "ES2023",
"lib": ["ES2023"],
"module": "ESNext",
"skipLibCheck": true,