Allow orphans in src/@types

This commit is contained in:
Sirz Benjie 2025-05-30 11:59:44 -05:00
parent 450a644f35
commit 85547207ea
No known key found for this signature in database
GPG Key ID: 4A524B4D196C759E

View File

@ -42,6 +42,8 @@ module.exports = {
"[.]d[.]ts$", // TypeScript declaration files
"(^|/)tsconfig[.]json$", // TypeScript config
"(^|/)(?:babel|webpack)[.]config[.](?:js|cjs|mjs|ts|cts|mts|json)$", // other configs
// anything in src/@types
"(^|/)src/@types/",
],
},
to: {},