mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-04 15:32:18 +02:00
Allow orphans in src/@types
This commit is contained in:
parent
450a644f35
commit
85547207ea
@ -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: {},
|
||||
|
Loading…
Reference in New Issue
Block a user