Fix typescript decorator test (#7904)
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
{
|
||||
"plugins": ["@babel/syntax-decorators"]
|
||||
"plugins": [
|
||||
["@babel/syntax-decorators", { "legacy": true }]
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"plugins": ["decorators", "typescript"]
|
||||
"plugins": ["typescript", "decorators-legacy"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user