autodocodec/weeder.toml
2024-08-08 19:17:55 +02:00

12 lines
168 B
TOML

unused-types = true
type-class-roots = false
roots = [
"^Main.main",
# Generated
"Paths_",
]
root-instances = [
# {class = 'IsString'},
# {class = 'IsList'},
]