Skip to content

Commit 14da415

Browse files
author
Umed Khudoiberdiev
committed
fixed packaging issues
1 parent c0f1f33 commit 14da415

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.0.2",
3+
"version": "0.0.3",
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
@@ -8,7 +8,8 @@
88
"moduleResolution": "node",
99
"emitDecoratorMetadata": true,
1010
"experimentalDecorators": true,
11-
"sourceMap": true
11+
"sourceMap": true,
12+
"declaration": true
1213
},
1314
"exclude": [
1415
"build",

0 commit comments

Comments
 (0)