We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3aa7963 commit 4d0b2f3Copy full SHA for 4d0b2f3
.github/workflows/build.yml
@@ -14,7 +14,7 @@ jobs:
14
- run: |
15
cat samples/playground_without_emoji.lexical.json | node lexical-cli-render.ts
16
17
- #sed -i 's@"type": "module",@@' package.json
+ sed -i 's@"type": "module",@@' package.json
18
cat samples/playground.lexical.json | npx ts-node lexical-cli-render-tsx.ts
19
20
- uses: actions/upload-artifact@v4
tsconfig.json
@@ -1,7 +1,6 @@
1
{
2
"compilerOptions": {
3
"module": "commonjs",
4
- "moduleResolution": "node",
5
"esModuleInterop": true,
6
"target": "es6",
7
"jsx": "react"
0 commit comments