Awesome
dhall-tsconfig
Usage
dhall-to-json <<< ./examples/strict.dhall
{
"compilerOptions": {
"noUncheckedIndexedAccess": true,
"noUnusedLocals": true,
"strict": true
}
}
dhall-to-json <<< ./examples/strict.dhall
{
"compilerOptions": {
"noUncheckedIndexedAccess": true,
"noUnusedLocals": true,
"strict": true
}
}