Add sequelize-typescript

Signed-off-by: David Mehren <dmehren1@gmail.com>
This commit is contained in:
David Mehren 2020-04-10 20:15:22 +02:00
parent 984061c863
commit 54cd556f2f
No known key found for this signature in database
GPG key ID: 6017AF117F9756CB
2 changed files with 3 additions and 1 deletions

View file

@ -114,6 +114,7 @@
"select2": "^3.5.2-browserify",
"sequelize": "^5.21.1",
"sequelize-cli": "^5.5.1",
"sequelize-typescript": "^1.1.0",
"shortid": "2.2.8",
"socket.io": "~2.1.1",
"socket.io-client": "~2.1.1",

View file

@ -5,7 +5,8 @@
"strictNullChecks": true,
"target": "es5",
"module": "commonjs",
"esModuleInterop": true
"esModuleInterop": true,
"experimentalDecorators": true
},
"include": [
"./lib/**/*"