ybbond-reason

My old site written in ReasonReact
Log | Files | Refs | README | LICENSE | CC-LICENSE

bsconfig.json (442B)


      1 {
      2   "name": "reason-ybbond",
      3   "reason": {
      4     "react-jsx": 3
      5   },
      6   "bsc-flags": ["-bs-super-errors"],
      7   "sources": {
      8     "dir": "src",
      9     "subdirs": true
     10   },
     11   "package-specs": [
     12     {
     13       "module": "es6",
     14       "in-source": true
     15     }
     16   ],
     17   "suffix": ".bs.js",
     18   "namespace": true,
     19   "bs-dependencies": [
     20     "bs-css",
     21     "bs-webapi",
     22     "bs-fetch",
     23     "reason-react",
     24     "@glennsl/bs-json"
     25   ],
     26   "ppx-flags": [],
     27   "refmt": 3
     28 }