Closed HamedFathi closed 3 years ago
I fixed the address of types inside package.json
types
package.json
Correct address: "types": "dist/index.d.ts",
"types": "dist/index.d.ts",
Wrong address (before PR): "types": "dist/types/index.d.ts",
"types": "dist/types/index.d.ts",
Thanks!
I fixed the address of
types
insidepackage.json
Correct address:
"types": "dist/index.d.ts",
Wrong address (before PR):
"types": "dist/types/index.d.ts",