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

https://github.com/oliverjash/webpack-ts-check-js


https://github.com/oliverjash/webpack-ts-check-js

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

``` bash
yarn
```

I expect to see errors, but there are none, when running:

``` bash
webpack
```

I do see errors when running:

``` bash
tsc --project ./tsconfig.json --noEmit
```