README
Node Settings
Handles NOIA Node settings file.
Debugging
- Install dependencies
$ npm install
- Build project
$ npm run build
Debugging:
- Using VSCode, add breakpoints in code and press
F5. - Otherwise run
$ npm run debugto start./src/__tests__/debug.tsfile.
- Using VSCode, add breakpoints in code and press