-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bsconfig.json
52 lines (52 loc) · 1.04 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
{
"name": "wild-cards",
"reason": {
"react-jsx": 3
},
"bsc-flags": ["-bs-super-errors"],
"sources": [
{
"dir": "src",
"subdirs": true
}
],
"package-specs": [
{
// "module": "commonjs",
"module": "es6",
"in-source": true
}
],
"suffix": ".bs.js",
"namespace": true,
"bs-dependencies": [
"bs-css",
"bs-css-emotion",
"bs-dynamic-import",
"bs-fetch",
"bs-moment",
"bs-webapi",
"decco",
"reason-loadable",
"reason-promise",
"reason-react",
"re-classnames",
"@wildcards/reason-apollo",
"@wildcards/reason-apollo-hooks",
"bs-log",
"@glennsl/bs-jest"
],
"ppx-flags": [
"@baransu/graphql_ppx_re/ppx",
"bs-let/ppx",
"decco/ppx",
"bs-log/ppx"
],
// referenc: https://dev.to/yawaramin/ocaml-reasonml-best-practice-warnings-and-errors-4mkm
// TODO: when you get time, go through and remove "-40-42-4-11-12-32-33" fixing the issues as you go.
"warnings": {
"number": "+A",
"error": "+A-44"
},
"refmt": 3
}