-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbsconfig.json
More file actions
40 lines (40 loc) · 1.01 KB
/
bsconfig.json
File metadata and controls
40 lines (40 loc) · 1.01 KB
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
{
"name": "dicty-graphql-schema",
"reason": {
"react-jsx": 3
},
"graphql": {
"apolloMode": true,
"extendMutation": "ApolloClient.GraphQL_PPX.ExtendMutation",
"extendQuery": "ApolloClient.GraphQL_PPX.ExtendQuery",
"extendSubscription": "ApolloClient.GraphQL_PPX.ExtendSubscription",
"templateTagReturnType": "ApolloClient.GraphQL_PPX.templateTagReturnType",
"templateTagImport": "gql",
"templateTagLocation": "@apollo/client"
},
"bs-dependencies": [
"@reasonml-community/graphql-ppx",
"rescript-apollo-client"
],
"ppx-flags": [
"@reasonml-community/graphql-ppx/ppx",
"-schema schema.json"
],
"bsc-flags": [
"-bs-super-errors"
],
"sources": [
{
"dir": "src",
"subdirs": true
}
],
"package-specs": [
{
"module": "commonjs",
"in-source": true
}
],
"suffix": ".bs.js",
"namespace": true
}