Skip to content

OneCyrus/typescript-incremental

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

prepare

install deps with yarn

tsbuildinfo

yarn tsc generates a tsbuildinfo-file

yarn webpack --mode development with transpileOnly it saves a tsbuildinfo-file to disk but it requires noEmit: false. this is unfortunate as it writes declaration files which shouldn't be written to the output for regular applications.

yarn webpack-dev-server --watch --port 3000 --mode development doesn't save a tsbuildinfo-file to disk (even with transpileOnly not set)

About

typescript incremental bug repo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors