-
Notifications
You must be signed in to change notification settings - Fork 0
/
bsconfig.json
55 lines (55 loc) · 1.15 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": "@reproto",
"$schema": "https://raw.githubusercontent.com/rescript-lang/rescript-compiler/master/docs/docson/build-schema.json",
"sources": [
{
"dir": "packages/bs-protobuf/src",
"subdirs": true
},
{
"dir": "packages/bs-protobuf/test",
"type": "dev",
"subdirs": true
},
{
"dir": "packages/bs-rpc-axios/src",
"subdirs": true
},
{
"dir": "packages/bs-rpc-axios/test",
"type": "dev",
"subdirs": true
},
{
"dir": "packages/proto-demo/src",
"subdirs": true
}
],
"package-specs": [
{
"module": "commonjs",
"in-source": true
}
],
"suffix": ".bs.js",
"namespace": true,
"bs-dependencies": [
"@ryyppy/rescript-promise",
"rescript-logger",
"bs-axios",
"@reproto/bs-protobuf",
"@rescript/react",
"@jsiebern/bs-material-ui",
"@mscharley/bs-material-ui-icons",
"bs-css",
"bs-css-emotion",
"rescript-express"
],
"bs-dev-dependencies": ["@glennsl/bs-jest"],
"ppx-flags": ["rescript-logger/ppx"],
"reason": { "react-jsx": 3 },
"warnings": {
"error": "+101"
},
"refmt": 3
}