Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 351 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 351 Bytes

Test project for TypeScript bug

STR

  1. npm install
  2. npm run build

Expected

No error

Actual

index.ts(7,14): error TS4023: Exported variable 'thing2' has or is using name 'ThingB' from external module "/Users/rob/Projects/tsctest/thingB" but cannot be named.

Filed

microsoft/TypeScript#20657