mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-01 14:02:18 +02:00
Add missing field in config
This commit is contained in:
parent
d3416df4b4
commit
9ca3bdebdc
@ -8,6 +8,7 @@ module.exports = {
|
|||||||
"Files in @types should not export anything but types and interfaces. " +
|
"Files in @types should not export anything but types and interfaces. " +
|
||||||
"The folder is intended to house imports that are removed at runtime, " +
|
"The folder is intended to house imports that are removed at runtime, " +
|
||||||
"and thus should not contain anything with a bearing on runtime code.",
|
"and thus should not contain anything with a bearing on runtime code.",
|
||||||
|
from: {},
|
||||||
to: {
|
to: {
|
||||||
path: "(^|/)src/@types",
|
path: "(^|/)src/@types",
|
||||||
dependencyTypesNot: ["type-only"],
|
dependencyTypesNot: ["type-only"],
|
||||||
|
Loading…
Reference in New Issue
Block a user