Skip to content

Commit c9f8feb

Browse files
committed
restore warnings
1 parent 7b16750 commit c9f8feb

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

rescript.json

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,13 @@
44
"jsx": {
55
"version": 4
66
},
7-
"dependencies": ["@rescript/react", "@rescript/webapi"],
8-
"compiler-flags": ["-open WebAPI.Global"],
7+
"dependencies": [
8+
"@rescript/react",
9+
"@rescript/webapi"
10+
],
11+
"compiler-flags": [
12+
"-open WebAPI.Global"
13+
],
914
"sources": [
1015
{
1116
"dir": "app",
@@ -25,13 +30,12 @@
2530
"in-source": true
2631
},
2732
"warnings": {
28-
"error": "+8",
29-
"number": "-27-26"
33+
"error": "+8"
3034
},
3135
"suffix": ".mjs",
3236
"gentypeconfig": {
3337
"language": "untyped",
3438
"shims": [],
3539
"module": "es6"
3640
}
37-
}
41+
}

0 commit comments

Comments
 (0)