From 1c0a3605054fc265cd54753cade16c73e50e8c3c Mon Sep 17 00:00:00 2001 From: Artyom Sovetnikov <2056864+Elringus@users.noreply.github.com> Date: Wed, 7 Feb 2024 18:53:04 +0300 Subject: [PATCH] fix ci --- docs/tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/tsconfig.json b/docs/tsconfig.json index 489a299d..f35949c2 100644 --- a/docs/tsconfig.json +++ b/docs/tsconfig.json @@ -4,5 +4,6 @@ "target": "esnext", "moduleResolution": "bundler" }, + "types": ["node"], "include": [".vitepress/**/*"] }