-
-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathbsconfig.json
More file actions
33 lines (33 loc) · 659 Bytes
/
bsconfig.json
File metadata and controls
33 lines (33 loc) · 659 Bytes
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
{
"name": "@mobily/ts-belt",
"version": "3.0.0",
"namespace": false,
"bsc-flags": ["-bs-super-errors", "-bs-no-version-header"],
"gentypeconfig": {
"language": "typescript",
"importPath": "relative",
"debug": {
"all": false
},
"exportInterfaces": false
},
"suffix": ".bs.js",
"package-specs": {
"module": "es6",
"in-source": true
},
"sources": [
{
"dir": "src",
"subdirs": true
},
{
"dir": "tools/rescript-externals"
}
],
"bs-dependencies": ["@ryyppy/rescript-promise"],
"bs-dev-dependencies": [],
"ppx-flags": [
["./tools/comment-ppx/ppx.exe -as-ppx"]
]
}