LucianoGanga / country-codes-list

List of codes per country (languages, calling codes, currency codes, etc)
MIT License
97 stars 48 forks source link

Computed property name error in types #26

Closed kallehult closed 1 year ago

kallehult commented 1 year ago

It won't compile with the latest types that was added.

A computed property name in a type literal must refer to an expression whose type is a literal type or a 'unique symbol' type.

In index.d.ts

KDusak commented 1 year ago

Any solution for this issue?

LucianoPaci commented 1 year ago

This was fixed on v1.6.11