Sha256: 811dc95e256b2e4824f35e94a260c1c27af474aaa69bf19f515ae0e18ee191f4

Contents?: true

Size: 942 Bytes

Versions: 20

Compression:

Stored size: 942 Bytes

Contents

// This is the configuration file used by BuckleScript's build system bsb. Its documentation lives here: http://bucklescript.github.io/bucklescript/docson/#build-schema.json
// BuckleScript comes with its own parser for bsconfig.json, which is normal JSON, with the extra support of comments and trailing commas.
{
  "name": "rna-transcription",
  "version": "0.1.0",
  "sources": [
    {
      "dir" : "src",
      "subdirs" : true
    },
    {
      "dir": "__tests__",
      "type": "dev"
    }
  ],
  "package-specs": {
    "module": "commonjs",
    "in-source": true
  },
  "suffix": ".bs.js",
  "bs-dependencies": [
      // add your dependencies here. You'd usually install them normally through `npm install my-dependency`. If my-dependency has a bsconfig.json too, then everything will work seamlessly.
  ],
  "bs-dev-dependencies": ["@glennsl/bs-jest"],
  "warnings": {
    "error" : "+101"
  },
  "namespace": true,
  "refmt": 3
}

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
trackler-2.2.1.180 tracks/reasonml/exercises/rna-transcription/bsconfig.json
trackler-2.2.1.179 tracks/reasonml/exercises/rna-transcription/bsconfig.json
trackler-2.2.1.178 tracks/reasonml/exercises/rna-transcription/bsconfig.json
trackler-2.2.1.177 tracks/reasonml/exercises/rna-transcription/bsconfig.json
trackler-2.2.1.176 tracks/reasonml/exercises/rna-transcription/bsconfig.json
trackler-2.2.1.175 tracks/reasonml/exercises/rna-transcription/bsconfig.json
trackler-2.2.1.174 tracks/reasonml/exercises/rna-transcription/bsconfig.json
trackler-2.2.1.173 tracks/reasonml/exercises/rna-transcription/bsconfig.json
trackler-2.2.1.172 tracks/reasonml/exercises/rna-transcription/bsconfig.json
trackler-2.2.1.171 tracks/reasonml/exercises/rna-transcription/bsconfig.json
trackler-2.2.1.170 tracks/reasonml/exercises/rna-transcription/bsconfig.json
trackler-2.2.1.169 tracks/reasonml/exercises/rna-transcription/bsconfig.json
trackler-2.2.1.167 tracks/reasonml/exercises/rna-transcription/bsconfig.json
trackler-2.2.1.166 tracks/reasonml/exercises/rna-transcription/bsconfig.json
trackler-2.2.1.165 tracks/reasonml/exercises/rna-transcription/bsconfig.json
trackler-2.2.1.164 tracks/reasonml/exercises/rna-transcription/bsconfig.json
trackler-2.2.1.163 tracks/reasonml/exercises/rna-transcription/bsconfig.json
trackler-2.2.1.162 tracks/reasonml/exercises/rna-transcription/bsconfig.json
trackler-2.2.1.161 tracks/reasonml/exercises/rna-transcription/bsconfig.json
trackler-2.2.1.160 tracks/reasonml/exercises/rna-transcription/bsconfig.json