From 3b3bb7554a463aabc755c1af1e149f83fe07cb65 Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Mon, 11 Mar 2024 11:54:48 -0400 Subject: [PATCH] Add @types/node to the available types for local dev --- tsconfig.compileroptions.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.compileroptions.json b/tsconfig.compileroptions.json index 085a3add8..0f6ba878a 100644 --- a/tsconfig.compileroptions.json +++ b/tsconfig.compileroptions.json @@ -11,6 +11,6 @@ "composite": true, "declaration": true, "sourceMap": true, - "types": [] + "types": ["@types/node"] } }