about summary refs log tree commit diff
path: root/website/sandbox/nut-score/bsconfig.json
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2020-03-24T12·29+0000
committerWilliam Carroll <wpcarro@gmail.com>2020-03-24T12·29+0000
commit57b58e9b2fe2a1b178f42bc16d7c5ab1f8da9cdd (patch)
treef73b035061d0d1cdf9e7cf1545e2b48d654065b8 /website/sandbox/nut-score/bsconfig.json
parent2551b41d735cb1446fa5ecae496d079ca4741e46 (diff)
Move nut-score into website/sandbox
Also move some .gitignore entries from the top-level .gitignore into a
subdirectory .gitignore.
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
+}