-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrescript.json
More file actions
32 lines (32 loc) · 562 Bytes
/
Copy pathrescript.json
File metadata and controls
32 lines (32 loc) · 562 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
{
"name": "economic-toolkit",
"version": "2.1.0",
"sources": [
{
"dir": "src/rescript",
"subdirs": true
}
],
"package-specs": [
{
"module": "es6",
"in-source": true
}
],
"suffix": ".res.js",
"bs-dependencies": ["@rescript/core"],
"pinned-dependencies": [],
"warnings": {
"error": "+101+8"
},
"bsc-flags": ["-open RescriptCore"],
"jsx": {
"version": 4,
"mode": "automatic"
},
"gentypeconfig": {
"language": "typescript",
"module": "es6",
"exportInterfaces": true
}
}