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, 0 insertions, 21 deletions
diff --git a/website/sandbox/nut-score/bsconfig.json b/website/sandbox/nut-score/bsconfig.json
deleted file mode 100644
index 72bbb4459b3e..000000000000
--- a/website/sandbox/nut-score/bsconfig.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
-  "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
-}