diff options
author | Joris | 2020-02-16 22:45:07 +0100 |
---|---|---|
committer | Joris | 2020-02-17 09:15:11 +0100 |
commit | 25afb0bde9b8a2c064135a534231c232a461b341 (patch) | |
tree | 5ab25640024238a2f6f2d176e5870178f18b5345 /bsconfig.json | |
parent | 0366f8cd49d2db40ea5efc639f6a475ecd97675e (diff) |
Set up a first version of tabata timer
Diffstat (limited to 'bsconfig.json')
-rw-r--r-- | bsconfig.json | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/bsconfig.json b/bsconfig.json new file mode 100644 index 0000000..db0c8d9 --- /dev/null +++ b/bsconfig.json @@ -0,0 +1,22 @@ +{ + "name": "tabata-timer", + "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 +} |