mirror of
https://github.com/NorfairKing/autodocodec.git
synced 2024-11-22 13:07:39 +03:00
12 lines
168 B
TOML
12 lines
168 B
TOML
unused-types = true
|
|
type-class-roots = false
|
|
roots = [
|
|
"^Main.main",
|
|
# Generated
|
|
"Paths_",
|
|
]
|
|
root-instances = [
|
|
# {class = 'IsString'},
|
|
# {class = 'IsList'},
|
|
]
|