Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/maxdeviant/dhall-tsconfig
- Owner: maxdeviant
- License: mit
- Created: 2021-06-06T14:17:48.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-05T02:31:44.000Z (over 2 years ago)
- Last Synced: 2024-11-02T18:41:38.518Z (11 days ago)
- Topics: dhall, dhall-lang, tsconfig, typescript
- Language: Dhall
- Homepage:
- Size: 17.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-dhall - dhall-tsconfig - Dhall bindings for [TSConfig](https://www.typescriptlang.org/tsconfig). (Libraries)
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
}
}
```