Skip to content

Decorators support #309

@huseeiin

Description

@huseeiin

Describe the feature

ERROR: Transforming JavaScript decorators to the configured target environment ("es2020") is not supported yet

tsconfig.json:

{
	"compilerOptions": {
		"lib": ["ESNext", "DOM"],
		"target": "ESNext",
		"module": "ESNext",
		"strict": true,
		"exactOptionalPropertyTypes": true,
		"noUncheckedIndexedAccess": true,
		"esModuleInterop": true,
		"moduleResolution": "node",
		"noEmit": true,
		"skipLibCheck": true,
		"experimentalDecorators": true,
		"strictPropertyInitialization": false,
		"emitDecoratorMetadata": true
	}
}

Additional information

  • Would you be willing to help implement this feature?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions