Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 292 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 292 Bytes

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.