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" ],