From 2f491e66ab299c2b69b00f58fc56e53beb53f1c4 Mon Sep 17 00:00:00 2001 From: Matthew R Date: Tue, 1 Mar 2022 12:50:40 -0500 Subject: [PATCH] database package.json fix --- package.json | 2 +- tsconfig.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7a91f32..bebf53f 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "cr-db", "version": "1.0.0", "description": "Database monorepo for CR microservices", - "main": "dist/index.js", + "main": "index.js", "author": "Matthew R, AD, FSEN", "license": "MIT", "scripts": { diff --git a/tsconfig.json b/tsconfig.json index 5028422..0874358 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -12,7 +12,7 @@ // "declarationMap": true, /* Generates a sourcemap for each corresponding '.d.ts' file. */ // "sourceMap": true, /* Generates corresponding '.map' file. */ // "outFile": "./", /* Concatenate and emit output to single file. */ - "outDir": "./dist", /* Redirect output structure to the directory. */ + "outDir": ".", /* Redirect output structure to the directory. */ "rootDir": ".", /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */ // "composite": true, /* Enable project compilation */ // "tsBuildInfoFile": "./", /* Specify file to store incremental compilation information */