aboutsummaryrefslogtreecommitdiff
path: root/bsconfig.json
blob: 95e864d61c5e15bc173b0085e9031f8a4b862fd8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "name": "map",
  "version": "0.1.0",
  "sources": {
    "dir": "src",
    "subdirs": true
  },
  "package-specs": {
    "module": "es6",
    "in-source": true
  },
  "suffix": ".bs.js",
  "bs-dependencies": [],
  "warnings": {
    "number": "+A-42-40-4",
    "error": "+A-40-4"
  },
  "bsc-flags": [
    "-bs-super-errors"
  ],
  "refmt": 3
}