From 91444310ab03253114af8ba45b4713361de492de Mon Sep 17 00:00:00 2001 From: Qiuxia Fan Date: Thu, 2 Jun 2022 17:54:05 +0800 Subject: [PATCH] update declare --- src/types/monaco-editor.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types/monaco-editor.ts b/src/types/monaco-editor.ts index c5005680..0e7645a5 100644 --- a/src/types/monaco-editor.ts +++ b/src/types/monaco-editor.ts @@ -14,4 +14,4 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -declare module "monaco-editor/esm/vs/editor/editor.main.js"; +declare module "monaco-editor";