rescript-project-template
rescript-project-template copied to clipboard
Clone this repo to start your own project!
Results
2
rescript-project-template issues
Sort by
recently updated
recently updated
newest added
This is a template project so is meant to be used as a starting point for your rescript project. However, there is still a small amount of code and config...
It would be a good idea to activate namespacing in the `bsconfig.json` file via adding: ```json "namespace": true, ``` The [ReScript Documentation](https://rescript-lang.org/docs/manual/latest/build-configuration) states that namespacing is almost mandatory, but was...