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