about summary refs log tree commit diff
path: root/website/sandbox/nut-score/bsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'website/sandbox/nut-score/bsconfig.json')
-rw-r--r--website/sandbox/nut-score/bsconfig.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/website/sandbox/nut-score/bsconfig.json b/website/sandbox/nut-score/bsconfig.json
new file mode 100644
index 000000000000..72bbb4459b3e
--- /dev/null
+++ b/website/sandbox/nut-score/bsconfig.json
@@ -0,0 +1,21 @@
+{
+  "name": "reason-react-examples",
+  "reason": {
+    "react-jsx": 3
+  },
+  "sources": {
+    "dir" : "src",
+    "subdirs" : true
+  },
+  "bsc-flags": ["-bs-super-errors", "-bs-no-version-header"],
+  "package-specs": [{
+    "module": "commonjs",
+    "in-source": true
+  }],
+  "suffix": ".bs.js",
+  "namespace": true,
+  "bs-dependencies": [
+    "reason-react"
+  ],
+  "refmt": 3
+}