feature: add build command

This commit is contained in:
Kamil Myśliwiec
2018-09-07 13:41:55 +02:00
parent 05802f37f9
commit 2d2f16aa6d
+6 -1
View File
@@ -4,6 +4,7 @@
"description": "Nest TypeScript starter repository",
"license": "MIT",
"scripts": {
"build": "tsc",
"format": "prettier --write \"src/**/*.ts\"",
"start": "ts-node -r tsconfig-paths/register src/main.ts",
"start:dev": "nodemon",
@@ -48,7 +49,11 @@
"webpack-node-externals": "^1.7.2"
},
"jest": {
"moduleFileExtensions": ["js", "json", "ts"],
"moduleFileExtensions": [
"js",
"json",
"ts"
],
"rootDir": "src",
"testRegex": ".spec.ts$",
"transform": {