Add missing field in config

This commit is contained in:
NightKev 2025-06-15 01:51:57 -07:00
parent d3416df4b4
commit 9ca3bdebdc

View File

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