Skip to content

Commit 8ecb6c0

Browse files
author
Umed Khudoiberdiev
committed
fixes typeorm#1181
1 parent de430be commit 8ecb6c0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typeorm-typedi-extensions",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Dependancy injection and service container integration with TypeORM using typedi library.",
55
"license": "MIT",
66
"readmeFilename": "README.md",

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"compilerOptions": {
3-
"target": "es6",
3+
"target": "es5",
4+
"lib": ["es5", "es6"],
45
"module": "commonjs",
56
"outDir": "build/compiled",
67
"moduleResolution": "node",

0 commit comments

Comments
 (0)