Fix typescript decorator test (#7904)

This commit is contained in:
Brian Ng
2018-05-10 17:31:38 -05:00
committed by GitHub
parent 4260ffd7ec
commit 02c4a28608
2 changed files with 4 additions and 2 deletions

View File

@@ -1,3 +1,5 @@
{
"plugins": ["@babel/syntax-decorators"]
"plugins": [
["@babel/syntax-decorators", { "legacy": true }]
]
}

View File

@@ -1,3 +1,3 @@
{
"plugins": ["decorators", "typescript"]
"plugins": ["typescript", "decorators-legacy"]
}