Skip to content

vkrol/typescript-incremental-no-emit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

typescript-incremental-no-emit

microsoft/TypeScript#30661

Steps

  1. Run npm install or yarn
  2. Run npm run typecheck or yarn typecheck
  3. Result: .tsbuildinfo file was not created
  4. Set noEmit to false in tsconfig.json
  5. Run npm run typecheck or yarn typecheck
  6. Result: .tsbuildinfo file was created

Releases

No releases published

Packages

No packages published