-
Notifications
You must be signed in to change notification settings - Fork 4
/
bsconfig.json
55 lines (55 loc) · 1.03 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
{
"name": "tablecloth-rescript",
"version": "0.0.9",
"sources": [
{
"dir": "src",
"public": [
"Tablecloth",
"TableclothBool",
"TableclothChar",
"TableclothString",
"TableclothInt",
"TableclothFloat",
"TableclothContainer",
"TableclothArray",
"TableclothList",
"TableclothOption",
"TableclothResult",
"TableclothTuple2",
"TableclothTuple3",
"TableclothComparator",
"TableclothSet",
"TableclothMap",
"TableclothFun"
],
"subdirs": false
},
{
"dir": "test",
"type": "dev",
"subdirs": false
}
],
"package-specs": {
"module": "commonjs",
"in-source": true
},
"suffix": ".bs.js",
"bs-dependencies": [],
"bs-dev-dependencies": [
"@glennsl/rescript-jest"
],
"bsc-flags": [
"-bs-g",
"-bs-super-errors",
"-warn-error",
"@A",
"-w",
"-4-9-30-40-41-42-44-102"
],
"warnings": {
"error": "+101"
},
"refmt": 3
}