Skip to content

lukasjhan/ts-lib-checking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published