We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7797da2 commit 8ac9744Copy full SHA for 8ac9744
package.json
@@ -6,6 +6,8 @@
6
"scripts": {
7
"start": "node dist/app.js",
8
"test": "nps test",
9
+ "ts-node": "./node_modules/.bin/ts-node",
10
+ "ts-node:fast": "./node_modules/.bin/ts-node -F",
11
"console": "npm run ts-node:fast -- ./src/console/lib/console.ts",
12
"console:dev": "npm run ts-node -- ./src/console/lib/console.ts",
13
"console:help": "npm run ts-node:fast -- ./src/console/lib/console.ts --help"
0 commit comments