Skip to content

package.json missing "type" / "exports" #548

@braebo

Description

@braebo

I believe these fields need to be added to your package.json:

"type": "module",
"exports": {
	"import": "./esm/index.js",
	"require": "./dist/gsap.js",
	"types": "./types/index.d.ts"
},

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions