-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathbsconfig.json
57 lines (57 loc) · 1.24 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "examples",
"graphql": {
"apolloMode": false,
"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"
},
"package-specs": [
{
"module": "commonjs",
"in-source": true
}
],
"ppx-flags": [
"@reasonml-community/graphql-ppx/ppx"
],
"bsc-flags": [
"-open JsonCombinators"
],
"jsx": {
"version": 4,
"mode": "classic"
},
"sources": [
{
"dir": "src",
"subdirs": true
},
{
"dir": "__tests__",
"subdirs": true,
"type": "dev"
}
],
"suffix": ".bs.js",
"bs-dependencies": [
"rescript-apollo-client",
"@reasonml-community/graphql-ppx",
"@ryyppy/rescript-promise",
"@rescript/react",
"bs-css-emotion",
"bs-css",
"bs-moment",
"rescript-webapi",
"@glennsl/rescript-json-combinators"
],
"bs-dev-dependencies": [
"@glennsl/rescript-jest"
],
"warnings": {
"number": "-20-26-27-20-32-33-34-35-36-37-38-39-48"
}
}