-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
bsconfig.json
57 lines (57 loc) · 1.23 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": "wild-cards",
"bsc-flags": [
"-open Belt",
"-bs-super-errors"
],
"warnings": {
"number": "+A",
"error": "+A-44-26-20"
},
"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"
},
"package-specs": [
{
"module": "es6",
"in-source": true
}
],
"ppx-flags": [
"bs-let/ppx",
"rescript-logger/ppx",
"@reasonml-community/graphql-ppx/ppx",
"@greenlabs/ppx-spice/ppx"
],
"jsx": {
"version": 4,
"mode": "classic"
},
"sources": [
{
"dir": "src",
"subdirs": true
}
],
"suffix": ".bs.js",
"bs-dependencies": [
"@rescript/react",
"bs-css",
"bs-css-emotion",
"@glennsl/rescript-fetch",
"bs-moment",
"reason-promise",
"rescript-classnames",
"@greenlabs/ppx-spice",
"rescript-logger",
"@glennsl/bs-jest",
"@reasonml-community/graphql-ppx",
"rescript-apollo-client"
]
}