Skip to content

Commit 3313785

Browse files
authored
Merge pull request #1 from colyseus/feat/support-decorators-in-vite
Experimental Type Decorators (vite example)
2 parents 1712c82 + b608a10 commit 3313785

File tree

4 files changed

+25
-3371
lines changed

4 files changed

+25
-3371
lines changed

.babelrc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"presets": ["@babel/preset-env", "@babel/preset-typescript"],
3+
"plugins": ["@babel/plugin-proposal-decorators", { "legacy": true }]
4+
}
5+

0 commit comments

Comments
 (0)