forked from FormidableLabs/renature
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bsconfig.json
43 lines (43 loc) · 829 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
{
"$schema": "https://raw.githubusercontent.com/rescript-lang/rescript-compiler/master/docs/docson/build-schema.json",
"name": "renature",
"version": "0.6.3",
"sources": [
{
"dir": "src/core",
"subdirs": true
},
{
"dir": "src/forces",
"subdirs": true
},
{
"dir": "src/interpolaters",
"subdirs": true
},
{
"dir": "src/parsers",
"subdirs": true
},
{
"dir": "__tests__",
"subdirs": true,
"type": "dev"
}
],
"package-specs": {
"module": "es6",
"in-source": true
},
"suffix": ".bs.js",
"bs-dependencies": [],
"bs-dev-dependencies": ["@glennsl/bs-jest"],
"warnings": {
"error": "+5"
},
"refmt": 3,
"bsc-flags": ["-bs-super-errors"],
"gentypeconfig": {
"language": "typescript"
}
}