typescript/es6-declarations outputs wide types for string/number values · Issue #905 · style-dictionary/style-dictionary

Problem: Currently, the typescript/es6-declarations format assigns string tokens the type string, and number tokens the type number. As a result, tokens are un-assignable to stricter types, such as...