From 3794eed0e92861886ef15a142d66c3d21de21627 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Mon, 18 Sep 2023 17:03:23 -0500 Subject: [PATCH] tsconfig: fix src types --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index c43fe36e3..c7f16ba8a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -16,7 +16,7 @@ "soapbox/*": ["src/*"], }, "typeRoots": [ - "./types", + "./src/types", "./node_modules/@types", "./node_modules" ],