forked from dmtrKovalenko/subtitler
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrescript.json
More file actions
37 lines (37 loc) · 690 Bytes
/
Copy pathrescript.json
File metadata and controls
37 lines (37 loc) · 690 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
34
35
36
37
{
"name": "subtitler",
"sources": [
{
"dir": "src",
"subdirs": true
},
{ "dir": "tests", "subdirs": true, "type": "dev" }
],
"package-specs": [
{
"module": "esmodule",
"in-source": true
}
],
"suffix": ".res.mjs",
"bs-dependencies": [
"@rescript/core",
"@rescript/react",
"rescript-classnames",
"rescript-webapi",
"rescript-debounce-react",
"rescript-test"
],
"bsc-flags": ["-open RescriptCore"],
"jsx": {
"version": 4
},
"gentypeconfig": {
"module": "esmodule",
"moduleResolution": "node",
"generatedFileExtension": ".gen.tsx",
"shims": {
"Promise": "Promise"
}
}
}