George Campbell
Results
1
comments of
George Campbell
Updating versions in config.js helps clean things up. ``` { "name": "@risingstack/rest-api-typescript", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "build": "tsc", "dev": "tsc --watch & nodemon dist", "test": "tsc...