Closed akadlec closed 3 years ago
In package.json is wrongly configured typings via field: "typings"
package.json
"typings"
It should be "types"
"types"
"typings" is synonymous according to doc, but not working :/
In
package.json
is wrongly configured typings via field:"typings"
It should be
"types"
"typings" is synonymous according to doc, but not working :/