amzn / style-dictionary

A build system for creating cross-platform styles.
https://styledictionary.com
Apache License 2.0
3.93k stars 557 forks source link

types/_helper.ts instead of types/_helper.d.ts #888

Open torgeadelin opened 2 years ago

torgeadelin commented 2 years ago

Hi,

I'm trying to setup API-Extractor for a project consuming styled-dictionary and it's complaining about the types/_helper.ts file not having .d.ts extension. I've noticed that's the only filed without the .d.ts extension under /types Was that on purpose?

Using "style-dictionary": "^3.7.1"