We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0f1f33 commit 14da415Copy full SHA for 14da415
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "typeorm-typedi-extensions",
3
- "version": "0.0.2",
+ "version": "0.0.3",
4
"description": "Dependancy injection and service container integration with TypeORM using typedi library.",
5
"license": "MIT",
6
"readmeFilename": "README.md",
tsconfig.json
@@ -8,7 +8,8 @@
8
"moduleResolution": "node",
9
"emitDecoratorMetadata": true,
10
"experimentalDecorators": true,
11
- "sourceMap": true
+ "sourceMap": true,
12
+ "declaration": true
13
},
14
"exclude": [
15
"build",
0 commit comments