We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 05def15 + 86f38dc commit e864f13Copy full SHA for e864f13
2 files changed
README.md
@@ -16,10 +16,10 @@ and add `@rescript/webapi` to your `rescript.json`:
16
17
```json
18
{
19
- "bs-dependencies": [
20
-+ "@rescript/webapi",
+ "dependencies": [
++ "@rescript/webapi"
21
],
22
- "bsc-flags": [
+ "compiler-flags": [
23
+ "-open WebAPI.Global"
24
]
25
}
docs/content/docs/index.mdx
@@ -38,10 +38,10 @@ and add `@rescript/webapi` to your `rescript.json`:
38
39
export const rescriptJson = `
40
41
42
- "@rescript/webapi",
+ "@rescript/webapi"
43
44
45
"-open WebAPI.Global"
46
47
0 commit comments