Skip to content

Commit

Permalink
fix: removed monaco references
Browse files Browse the repository at this point in the history
  • Loading branch information
isordo committed Sep 26, 2023
1 parent 85e3d41 commit d11537e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 32 deletions.
1 change: 0 additions & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ const config = {

plugins: [
"docusaurus-node-polyfills",
path.join(__dirname, "/plugins/monaco-editor"),
[
"@docusaurus/plugin-client-redirects",
{
Expand Down
31 changes: 0 additions & 31 deletions plugins/monaco-editor/index.js

This file was deleted.

1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
"compilerOptions": {
"baseUrl": ".",
"jsx": "preserve",
"esModuleInterop": true
}
}

0 comments on commit d11537e

Please sign in to comment.