From 9ca3bdebdc6dcea4cf8d3a22b2952a59484c2b40 Mon Sep 17 00:00:00 2001 From: NightKev <34855794+DayKev@users.noreply.github.com> Date: Sun, 15 Jun 2025 01:51:57 -0700 Subject: [PATCH] Add missing field in config --- .dependency-cruiser.cjs | 1 + 1 file changed, 1 insertion(+) diff --git a/.dependency-cruiser.cjs b/.dependency-cruiser.cjs index b684c48491b..141402a1239 100644 --- a/.dependency-cruiser.cjs +++ b/.dependency-cruiser.cjs @@ -8,6 +8,7 @@ module.exports = { "Files in @types should not export anything but types and interfaces. " + "The folder is intended to house imports that are removed at runtime, " + "and thus should not contain anything with a bearing on runtime code.", + from: {}, to: { path: "(^|/)src/@types", dependencyTypesNot: ["type-only"],