Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lukasjhan/ts-lib-checking


https://github.com/lukasjhan/ts-lib-checking

Last synced: 21 days ago
JSON representation

Awesome Lists containing this project

README

        

# This project is to test and reproduce the build error of tsc(typescript)

```bash
pnpm i

// you can check the index.ts is fine
pnpm test

pnpm build
```

### tsconfig.json

if these two option is set. bulid will failed

```json
{
"compilerOptions": {
"lib": [],
"skipLibCheck": true
}
}
```