This project uses experimental decorators. For this to function correctly, your tsconfig must have the following settings:
- experimentalDecorators set to
true - module set to ES6 (or possibly later)
Lifecyle scripts in package.json:
build: create types and 'lib' folder for depenciesclean: remove all generated filesdebug: TBDdev: run the Shift application in development modedist: create bundle or other distributable artifactlint: perform linting of all source codepackage: TBDtest: execute all automated testswatch: TBD