Skip to content

Commit ed12796

Browse files
committed
1 parent 46a73ac commit ed12796

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

pages/docs/manual/latest/build-configuration.mdx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,6 @@ canonical: "/docs/manual/latest/build-configuration"
1111

1212
**The complete configuration schema is [here](./build-configuration-schema)**. We'll _non-exhaustively_ highlight the important parts in prose below.
1313

14-
## Tips & Tricks
15-
16-
If you're using an editor like VSCode, put the following code as your first field in `bsconfig.json` to get schema autocompletion!
17-
18-
```json
19-
"$schema": "https://raw.githubusercontent.com/rescript-lang/rescript-compiler/master/docs/docson/build-schema.json"
20-
```
21-
2214
## name, namespace
2315

2416
`name` is the name of the library, used as its "namespace". You can activate namespacing through `"namespace": true` in your `bsconfig.json`. Namespacing is almost **mandatory**; we haven't turned it on by default yet to preserve backward-compatibility.

0 commit comments

Comments
 (0)