Type declarations don't build correctly after multiple import/exports #796
Labels
kind: bug
Something isn't working
scope: upstream
Issue in upstream dependency
topic: rollup-plugin-typescript2
Issues and PRs relating to rpts2
Current Behavior
Built type definitions dont match type definitions set in source code. Specifically I have a file that has type definitions built in:
1.src/api/data/current/get.ts
2.src/api/data/current/index.ts
3.src/api/data/index.ts
4.src/api/index.ts
Replacing src with dist, and *.ts with *.d.ts
Expected behavior
Built type defs match written type defs.
Suggested solution(s)
no idea.
Additional context
I'll get this package open sourced in a bit if that helps.
Your environment
The text was updated successfully, but these errors were encountered: