Skip to content

Commit

Permalink
Compile tests to es2015
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Aug 30, 2023
1 parent 6a0f57c commit 2edef19
Showing 1 changed file with 6 additions and 1 deletion.
@@ -1,3 +1,8 @@
{
"plugins": [["proposal-decorators", { "version": "2023-05" }]]
"plugins": [
["proposal-decorators", { "version": "2023-05" }],
"transform-class-properties",
"transform-private-methods",
"transform-class-static-block"
]
}

0 comments on commit 2edef19

Please sign in to comment.