-
Notifications
You must be signed in to change notification settings - Fork 1
/
bsconfig.json
42 lines (42 loc) · 1005 Bytes
/
bsconfig.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "direct-auth-example",
"package-specs": [
{
"module": "es6",
"in-source": true
}
],
"graphql": {
"apollo-mode": true,
"extend-mutation": "ApolloClient.GraphQL_PPX.ExtendMutation",
"extend-query": "ApolloClient.GraphQL_PPX.ExtendQuery",
"extend-subscription": "ApolloClient.GraphQL_PPX.ExtendSubscription",
"template-tag-return-type": "ApolloClient.GraphQL_PPX.templateTagReturnType",
"template-tag-import": "gql",
"template-tag-location": "@apollo/client"
},
"ppx-flags": ["@reasonml-community/graphql-ppx/ppx", "bs-log/ppx", "decco/ppx"],
"reason": {
"react-jsx": 3
},
"refmt": 3,
"sources": [
{
"dir": "src",
"subdirs": true
}
],
"suffix": ".bs.js",
"bs-dependencies": [
"reason-apollo-client",
"@reasonml-community/graphql-ppx",
"@yawaramin/prometo",
"reason-promise",
"reason-react",
"bs-log",
"bs-css",
"bs-css-emotion",
"re-classnames",
"decco"
]
}