Skip to content

Commit eb6257b

Browse files
Fixing server tslint command - just in case
1 parent 5f775e5 commit eb6257b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/server/package.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,12 @@
3333
"reflect-metadata": "^0.1.12",
3434
"rimraf": "^2.6.3",
3535
"rxjs": "^6.3.3",
36-
"typeorm": "^0.2.12"
36+
"typeorm": "^0.2.12",
37+
"ts-jest": "^23.10.5",
38+
"ts-node": "^7.0.1",
39+
"tsconfig-paths": "^3.7.0",
40+
"tslint": "5.12.1",
41+
"typescript": "^3.2.4"
3742
},
3843
"devDependencies": {
3944
"@types/express": "^4.16.0",

0 commit comments

Comments
 (0)