@ubs-platform/nest-microservice-setup-util 1.0.2 → 1.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/tsconfig.json +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ubs-platform/nest-microservice-setup-util",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "author": "Unlimited Bundle Systems",
package/tsconfig.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "compileOnSave": false,
3
3
  "compilerOptions": {
4
- "rootDir": ".",
4
+ "rootDir": "./src",
5
5
  "sourceMap": true,
6
6
  "moduleResolution": "node",
7
7
  "emitDecoratorMetadata": true,