Skip to content

Commit 3aa7963

Browse files
committed
...
1 parent 5f9e4f3 commit 3aa7963

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lexical-cli-render-tsx.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { LinkNode } from "@lexical/link";
88
import { HashtagNode } from "@lexical/hashtag";
99
import { ListNode, ListItemNode } from "@lexical/list";
1010

11-
import { EmojiNode } from "./src/nodes/EmojiNode.tsx";
11+
import { EmojiNode } from "./src/nodes/EmojiNode";
1212

1313
let input : string = "", html : string = "";
1414
const editor = createHeadlessEditor({

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"compilerOptions": {
33
"module": "commonjs",
4+
"moduleResolution": "node",
45
"esModuleInterop": true,
56
"target": "es6",
67
"jsx": "react"

0 commit comments

Comments
 (0)