-
Notifications
You must be signed in to change notification settings - Fork 106
Open
Description
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?
zsilbi and aooiuu
Metadata
Metadata
Assignees
Labels
No labels