fixed parcel (rebase: fixed MC with index.ts)

This commit is contained in:
Quinn Dougherty 2022-03-23 10:30:49 -04:00
parent d9b2da1b13
commit 1f0969ce3a
2 changed files with 8 additions and 2 deletions

6
.parcelrc Normal file
View File

@ -0,0 +1,6 @@
{
"extends": "@parcel/config-default",
"transformers": {
"*.res": ["@parcel/transformer-raw"]
}
}