Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/maxdeviant/dhall-tsconfig

Dhall bindings for TSConfig
https://github.com/maxdeviant/dhall-tsconfig

dhall dhall-lang tsconfig typescript

Last synced: 8 days ago
JSON representation

Dhall bindings for TSConfig

Awesome Lists containing this project

README

        

# dhall-tsconfig

[Dhall](https://dhall-lang.org/) bindings for [TSConfig](https://www.typescriptlang.org/tsconfig).

## Usage

```sh
dhall-to-json <<< ./examples/strict.dhall
```

```json
{
"compilerOptions": {
"noUncheckedIndexedAccess": true,
"noUnusedLocals": true,
"strict": true
}
}
```