ts-telegraf-decorators
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "ts-telegraf-decorators", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"author": "Ivan Surkov <panarama360@gmail.com>", | ||
"main": "build/index.js", | ||
"main": "build/src/index.js", | ||
"repository": "git@github.com:pamarama360/ts-telegraf-decorators", | ||
@@ -7,0 +7,0 @@ "dependencies": { |
@@ -7,3 +7,5 @@ { | ||
"emitDecoratorMetadata": true, | ||
"experimentalDecorators": true | ||
"experimentalDecorators": true, | ||
"declaration": true, | ||
"declarationDir": "build/types" | ||
}, | ||
@@ -10,0 +12,0 @@ "exclude": [ |
37601
48
986