Skip to content

manughub/ts22208-repro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

ts22208-repro

Reproduction for microsoft/TypeScript#22208

lib.ts was already compiled using tsc -d lib.ts and the resul;ting lib.d.ts file moved to the dist/ folder

from the root folder run:

tsc -p src
or
tsc -p src --noResolve

fails with an error.