update parcel

This commit is contained in:
2022-02-16 18:12:00 +00:00
committed by Stepan Usatiuk
parent e1096f6e28
commit 44da732a10
35 changed files with 617 additions and 12301 deletions

6
frontend/.parcelrc Normal file
View File

@@ -0,0 +1,6 @@
{
"extends": "@parcel/config-default",
"transformers": {
"*.{ts,tsx}": ["@parcel/transformer-typescript-tsc"]
}
}