mirror of
https://github.com/NorfairKing/autodocodec.git
synced 2024-11-22 22:33:01 +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'},
|
||
|
]
|