forked from darklang/dark
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bsconfig.json
46 lines (46 loc) · 818 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
43
44
45
46
{
"name": "client",
"version": "0.1.0",
"sources": [
{
"dir" : "client/src",
"subdirs" : true
},
{
"dir": "libshared",
"subdirs" : true
},
{
"dir": "client/test",
"type": "dev"
},
{
"dir": "client/workers",
"subdirs": false
}
],
"package-specs": {
"module": "commonjs",
"in-source": false
},
"ppx-flags": [
"ppx-deriving/ppx.js"
],
"suffix": ".bs.js",
"bs-dependencies": [
"bucklescript-tea",
"@glennsl/bs-json",
"bs-webapi",
"tablecloth-bucklescript",
"bs-fetch",
"bs-uuid",
"bs-deriving"
],
"bs-dev-dependencies": [
],
"bsc-flags": ["-bs-g", "-bs-super-errors", "-warn-error", "@A", "-w", "-4-30-40-41-42-102"],
"warnings": {
"error": "+101"
},
"refmt": 3
}