Can you please add Typescript support as currently we use "@types/uuid": "^8.3.3" in devDependencies but it causes:
warn Package @types/uuid has been ignored because it contains invalid configuration. Reason: Package subpath './package.json' is not defined by "exports" in /Users/userx/project/node_modules/@types/uuid/package.json
Can you please add Typescript support as currently we use "@types/uuid": "^8.3.3" in devDependencies but it causes:
warn Package @types/uuid has been ignored because it contains invalid configuration. Reason: Package subpath './package.json' is not defined by "exports" in /Users/userx/project/node_modules/@types/uuid/package.json
Thanks!