UNPKG
@oobleck/fluid-backend
Version:
latest (0.1.0-experimental-20210901)
0.1.0-experimental-20210901
Fluid Framework backend for nteract RTC
github.com/alpaix/oobleck
alpaix/oobleck
@oobleck/fluid-backend
/
.parcelrc
11 lines
(10 loc)
•
254 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"extends"
:
"
@parcel
/config-default"
,
"transformers"
: {
"*.{ts,tsx}"
: [
"
@parcel
/transformer-typescript-tsc"
],
"*.gql"
: [
"
@parcel
/transformer-graphql"
] },
"validators"
: {
"*.{ts,tsx}"
: [
"
@parcel
/validator-typescript"
] } }