Skip to content

Commit

Permalink
docs(website): correct issue created by changes from #4765 and #4768 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
armano2 committed Mar 31, 2022
1 parent c59d9d7 commit f102f23
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/website/src/components/editor/LoadedEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ export const LoadedEditor: React.FC<LoadedEditorProps> = ({
strict: true,
target: main.languages.typescript.ScriptTarget.ESNext,
module: main.languages.typescript.ModuleKind.ESNext,
lib: ['ESNext'],
...tsConfig,
jsx: jsx ? main.languages.typescript.JsxEmit.React : undefined,
});
Expand Down

0 comments on commit f102f23

Please sign in to comment.